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 和 firebug 插件开发了我的网站,但是当我将它部署到其他浏览器(IE/Chrome)时,控制台窗口出现在屏幕底部(非常烦人)。
我怎样才能禁用它?为什么会出现?
加思
您的网站是否包含加载Firebug Lite的脚本标签/... ?如果是这样,删除它们,萤火虫不应该再出现了。
还要确保删除代码中的所有控制台命令。我不知道这是否是您的原因,但它可能会导致其他浏览器出现错误。