How to run html file on localhost?

后端 未结 8 680
再見小時候
再見小時候 2020-12-04 08:41

I have a html file and i run it on localhost. But, this file includes mirror using webcam. Example, how can i run this html file on localhost? Webcam starting on this exampl

8条回答
  •  既然无缘
    2020-12-04 09:38

    If you are running Python3, you may want to instead try:

    python -m http.server
    

    See this answer.

提交回复
热议问题