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

解决Chrome跨域请求本地文件
本文介绍如何解决使用ajax请求本地文件时,Chrome浏览器出现的跨域错误问题。通过给Chrome添加启动参数--allow-file-access-from-files,可以实现从本地文件发起跨源请求。
1038

被折叠的 条评论
为什么被折叠?



