web开发经验 - 必备调试工具firebug

http://getfirebug.com/

这个工具在firefox中配合使用效果极好,也可支持到ie,opera等其他浏览器中

firefox中使用就直接作为插件安装上即可

在ie里需要在收藏夹里添加一个收藏网站,在把url改为

javascript:var%20firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);

然后随便打开一个网页,在到收藏夹里打开这个连接

你可能感兴趣的:(Firebug)