Jquery $.ajax與$.getJson讀取本地檔案的例子

來源:互聯網
上載者:User

Echarts代碼:

 代碼如下 複製代碼
require('echarts/util/mapData/params').params.continent = {
getGeoJson: function(callback) {
$.getJSON('./scripts/continent_geo.json', callback);
}
}

圖示:

 

 

Received an invalid response. Origin 'null' is therefore not allowed access.

改成絕對路徑後是這樣的:

Cross origin requests are only supported for HTTP

Google了一下原因是:

Chrome基於安全考慮,不開放對本地檔案的http請求,為啥IE和Firefox支援就不知道了。

網上有一些解決辦法,但是沒有一個實驗成功的。

給chrome加上啟動參數:

 

 代碼如下 複製代碼
--allow-file-access-from-files
或者 
--disable-web-security

給chrome加上啟動參數方法:

Google瀏覽器捷徑,右鍵屬性將目標位置中加上啟動參數

C:\Users\xxx\AppData\Local\Google\Chrome\Application\chrome.exe --disable-web-security


上面2個方法都不成。

最好的辦法就是把檔案夾放在http伺服器進行測試。更好辦法歡迎留言交流。

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.