我的桌面文件夹中有一个json文件,我尝试访问我的html文件,但是我收到了以下错误。
XMLHttpRequest无法加载文件://localhost/Users/p41technologies/Desktop/Json%20in%20Html/json-data.json。 Access-Control-Allow-Origin不允许使用null。
我甚至试过,
打开-a“Google Chrome”--args --allow-files-access-from-files
和
打开-a“Google Chrome”--disable-web-security
但它不起作用。我仍然得到同样的错误。 为什么会这样,以及如何解决它。
答案 0 :(得分:0)
您遇到的安全功能应该阻止恶意脚本从本地文件系统中读取。
你看过html5 file/filereader api了吗?有一个tutorial with working demos。你也可以看看here。