Ajax本地跨域问题 Cross origin requests are only supported for HTTP
1.问题:打开本地html文件时,报错如下
Cross origin requests are only supported for protocol schemes: http, data,chrome-extension, https, chrome-extension-resource.
分析:浏览器为了安全性考虑,默认对跨域访问禁止。
解决:给浏览器传入启动参数(allow-fil...
原创
2018-10-21 11:49:47 ·
955 阅读 ·
0 评论