使用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。
具体方法:
在浏览器快捷方式上右键-属性-快捷方式-目标 如下图: