IE下使用firebug
September 17th, 2009
1 条评论
<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'> </script>
在IE浏览器调试代码,我们可以选择使用 IE WebDeveloper ,
但是我个人用惯了ff浏览器下的firebug,所以在网上搜了一下,如果你也想在IE下使用firebug进行调试,可以进行如下改动:
将需要调试的页面加入以下JS代码:
需要调试的页面加入以下JS代码:
然后就可以按照firebug在ff下的方法操作了
最新评论