XMLHttpRequest cannot load file:///E:/userdialog.html?_=1465888805734. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-reso

做前端写静态页面时,采用的是jq easyui框架

在ie与webkit总是加载的时候总是在loading...

而firefox却是正常加载的,总以为是代码写错了,

XMLHttpRequest cannot load file:///E:/userdialog.html?_=1465888805734. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-reso

经过再三的检查以及百度查找,确认了并不是代码的问题。

这个问题是由于不支持本地Ajax请求,所以无法加载出来内容,

百度别人的方法有讲说在chrom浏览器图标--属性--目标   上面加  --allow-file-access-from-files,

试过不行之后,去了解了一下跨域。(没有重启chrom,可能重启了是可以的)

最后我直接用了visual studio打开,可以正常看到效果了。

上一篇:用Zim替代org-mode?


下一篇:Redis笔记(六)Redis的消息通知