json模擬出錯(cuò)
問(wèn)什么我模擬json的谷歌瀏覽器時(shí)候不行,ie可以?谷歌異常是XMLHttpRequest cannot load file:///E:/jsandcsshtml/demo/remote.json. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
2015-06-08
你一定是直接把編輯頁(yè)面用瀏覽器打開(kāi)了吧;
這樣是不行的,怎么才對(duì)?
你首先要在本地部署服務(wù),然后在用localhost/打開(kāi)才行;
http://localhost:8020/Rtest/test/test.html
推薦使用Hbulider,自動(dòng)部署,你直接在編輯器打開(kāi)就默認(rèn)為localhost打開(kāi)。
2015-07-21
我是直接在瀏覽器的調(diào)試工具上看不到任何的效果怎么辦???