1
我在我的桌面文件夾中有一個json文件,我嘗試訪問我的html文件,但出現以下錯誤。XMLHttpRequest無法在html中加載本地destop文件
XMLHttpRequest無法加載file://localhost/Users/p41technologies/Desktop/Json%20in%20Html/json-data.json。 Access-Control-Allow-Origin不允許Origin null。
我甚至tryied,
開放-a 「谷歌瀏覽器」 --args --allow-文件存取的檔案
和
open -a「Google Chrome」 - 禁用網絡安全
但它沒有工作。我仍然得到同樣的錯誤。 爲什麼會發生,以及如何解決它。