如何在“允许文件访问文件”模式下使用Chrome启动html?我也有同样的情况这里为了解决这个问题,我必须在“允许文件访问文件”模式下使用Chrome启动html文件。我试过很多次了,但不起作用。在windows 7下启动cmd直接到chrome.exe文件夹做这个chrome --allow-file-access-from-files file:///C:/test%20-%203.html
3 回答
潇潇雨雨
TA贡献1833条经验 获得超4个赞
那面旗很危险!
-Windows
npm install -g http-server
http-server
d:\my_project> http-server
Starting up http-server, serving ./Available on: http:169.254.116.232:8080 http:192.168.88.1:8080 http:192.168.0.7:8080 http:127.0.0.1:8080Hit CTRL-C to stop the server
-对于Linux
python -m SimpleHTTPServer
http://localhost:8000
SimpleHTTPServer
http.server
python3 -m http.server
.
添加回答
举报
0/150
提交
取消