我只有js项目。我从我的静态 index.html 文件中调用 json 文件内容。
我尝试(不起作用):
$.getJSON('/js/test.json&callback=?',
function() {
alert('1111111111111111');
},'jsonp');
在 chrome 中编辑获取:XMLHttpRequest 无法加载文件:///somefolder/test/data.json。Access-Control-Allow-Origin 不允许 Origin null
谢谢