Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道为什么,但我只在 Firefox 中收到 JavaScript 错误,而且我在我的页面中看到一些我以前从未引用过的不需要的 JavaScript 文件。
这是什么?实际上我想知道我的页面中这个不需要的 JavaScript 文件是什么?
我找到了答案,这是因为一个 FireFox 扩展程序自动在所有页面中包含了一些外部 JavaScript 文件,它阻止了 Firebug 正常工作。
删除扩展解决了所有问题。