I am not able to follow this .png file,posted for your reference
我将一个压缩文件解压缩到以下位置,C:\ Program Files \ WAMP \ ht docs \ VideoUsingWebComponents,根据上传到此处的图像文件创建。在该文件夹中,我应该打开index.html文件一个Web服务器,只需单击浏览器打开的html文件,其中包含file:/// C:/Program%20Files/WAMP/ht%20docs/VideoUsingWebComponents/index.html, 我希望它在上传的图片中使用http://localhost:8080...as指示打开,所以我尝试更改上面这样的链接, http://localhost:8080/C:/Program%20Files/WAMP/ht%20docs/VideoUsingWebComponents/index.html,但localhost拒绝连接。 我使用的是Windows PC,此处显示的图像是Mac.Please帮助打开带有Web服务器的index.html文件。 谢谢
答案 0 :(得分:1)
localhost:8080是计算机上运行的任何服务器使用的端口。
但通常你需要自己安装这样的服务器。
Mozilla有一篇文章详细解释了所有内容 - https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server
这个人以更简单的方式解释了如何在所有平台上安装服务器,只需滚动到窗口部分 - https://www.maketecheasier.com/setup-local-web-server-all-platforms/
希望这两个链接对您有所帮助!
答案 1 :(得分:0)
Python带有一个内置服务器,您可以直接调用它:
python -m SimpleHTTPServer