當我開始使用OpenLayers時,console.log停止工作,並且我一直在chrome終端中出現此錯誤。如何阻止OpenLayers加載firebug lite
GET http://127.0.0.1/my/private/dir/undefined/firebug.html 404 (Not Found)
起初,我並沒有意識到這是OL,所以我卸載了螢火蟲精簡版插件。然後我檢查了OL來源,發現它試圖注入螢火蟲。
y=document.createElement("iframe");y.setAttribute("src",o+"/firebug.html");
有沒有一種方法可以防止OL修改源代碼。此外,它的覆蓋window.console
google chorme上會發生什麼? – Baz1nga
它試圖加載firebug.html。此外,我很確定window.console被覆蓋,這真的很煩人... –