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.
有谁知道无需安装虚拟机即可在 IE 中以 Ie7 浏览器模式 (F12) 显示萤火虫控制台的解决方法吗?它在 IE8 和 IE9 模式下显示良好。
我发现了一些东西,并认为它可能对这里的其他人有用。
基本上直接调用js脚本并将其放置在您要测试的实际站点/页面本身中,而不是单击书签。在其他浏览器模式下,与小书签所允许的相比,它的错误也少了很多。
<script src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>