【chrome错误】Cross origin requests are only supported for protocol schemes: http, data,chrome-extension, https, chrome-extension-reso

使用ajax请求本地文件,chrome会报跨域错误。

XMLHttpRequest cannot loadfile:///C:/Users/Li/Desktop/images/alist.json.Cross origin requests are only supported for protocol schemes: http, data,chrome-extension, https, chrome-extension-resource.

解决方法:

给chrome添加启动参数:--allow-file-access-from-files。

具体方法:

在浏览器快捷方式上右键-属性-快捷方式-目标 如下图:

\

 

posted @ 2016-09-20 19:21  vincent_duan  阅读(1375)  评论(1编辑  收藏  举报