无法加载JSON文件

时间:2016-02-03 16:16:19

标签: jquery json

    $( document ).ready(function() {
      $.getJSON("./data/test.json", function(json) {
        console.log(json); // this will show the info it in firebug console
      });
    });

如何加载未在网络服务器上托管的本地文件?

我在控制台中收到错误

Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

该文件正在我的C盘上托管

0 个答案:

没有答案