3 回答
TA贡献1836条经验 获得超5个赞
null
load
file:///
http://
TA贡献1816条经验 获得超6个赞
访问-控制-允许-原产地不允许原产地为NULL。
解决办法:
--allow-file-access-from-files
更多信息,如何添加上述参数到您的Chrome:
C:\Users\XXX_USER\AppData\Local\Google\Chrome\Application\chrome.exe --allow-file-access-from-files
TA贡献1829条经验 获得超7个赞
python -m http.server # with python3
python -m SimpleHTTPServer # with python2
myfile.html
mydir
cd /path/to/mydir python -m http.server # or the python2 alternative above
http://localhost:8000/myfile.html
- 3 回答
- 0 关注
- 383 浏览
相关问题推荐
添加回答
举报