在練習《jQurey基礎教程》chapter6時,使用Chrome調試發生錯誤:html
XMLHttpRequest cannot load file:///D:/Web/jQuery%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B4th/chapter6/a.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.chrome
緣由:服務器
Chrome不支持本地Ajax請求。chrome-extension
解決方法:
1. 將html頁面部署到服務器再訪問調試
2. 使用Firefox調試htm