Firebug Lite 源自 Firebug ,可使用在IE、Opera、Safari 瀏覽器上。最新版本為 Firebug Lite 1.2 ,不僅包含了舊版本的console.log 命令,還可查看 DOM 元素、跟蹤 XHRs,操縱 HTML、 CSS 和 JavaScript 。
Firebug Lite 可以在頁(yè)面中插入調(diào)試:
<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
還可以創(chuàng)建 Firebug Lite 書簽調(diào)試(推薦):
javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.pi&&window.firebug){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);
當(dāng)然你也可以將文件下載到本地調(diào)試。
更多介紹請(qǐng)看:http://getfirebug.com/lite.html
本文鏈接:http://www.95time.cn/tech/web/2008/6030.asp
出處:藍(lán)色理想
責(zé)任編輯:bluehearts
◎進(jìn)入論壇網(wǎng)頁(yè)制作、WEB標(biāo)準(zhǔn)化版塊參加討論,我還想發(fā)表評(píng)論。
|