错误:XMLHttpRequest cannot load
2021-05-17 22:27
标签:access htm http 命令 term security href blog rabbit 原因:Chrome浏览器不支持本地ajax访问,具体就是ajax不能访问file 有3种解决办法:http://frabbit2013.blog.51cto.com/1067958/1254285 其中第三种方法(修改chrome的属性值)适应于任何系统,只是不同系统的操作方法不同.此处提供linux系统下的操作方法: 首先,关闭chrome浏览器。 错误:XMLHttpRequest cannot load 标签:access htm http 命令 term security href blog rabbit 原文地址:http://www.cnblogs.com/bymo/p/7742309.html
其次,打开终端terminal。
再次,输入命令google-chrome --disable-web-security或者google-chrome --allow-file-access-from-files,将触发系统重新启动chrome浏览器,此时直接输入file:///home/xxx.html就可以看到正常显示效果。
文章标题:错误:XMLHttpRequest cannot load
文章链接:http://soscw.com/index.php/essay/86905.html