ie firebug使用方法

在IE浏览器调试代码,我们可以选择使用 IE WebDeveloper ,
但是我个人用惯了ff浏览器下的firebug,所以在网上搜了一下,如果你也想在IE下使用firebug进行调试,可以进行如下改动:

1.将需要调试的页面加入以下JS代码:

  1. < script type = ' text/javascript '  
  2. src = ' http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js ' >
  3. < / script>

2.在IE浏览器中打开即可。

firebug lite更多使用方法及说明:http://getfirebug.com/lite.html /

转自:http://uicss.cn/ie-firebug/

你可能感兴趣的:(JavaScript,html,浏览器,IE,Firebug)