Firebug 1.11 alpha 2,增加水平滾動條
Firebug是Firefox下的一款開發類插件,現屬于Firefox的 五星級強力推薦插件之一。它集HTML查看和編輯、Javascript控制臺、網絡狀況監視器于一體,是開發JavaScript、CSS、HTML和 Ajax的得力助手。Firebug如同一把精巧的瑞士軍刀,從各個不同的角度剖析Web頁面內部的細節層面,給Web開發者帶來很大的便利。
Firebug 1.11a2 修復了 14 issues. 其中一個是跟 console.table() 方法相關。
Firebug 現在可顯示水平滾動條用于支持更多的列顯示 (issue 5832).
這個方法相當強大, in rendering tabular data and also flexible regarding the input structure.
Check it out by executing the following expression in the command line (assume there are some scripts on the current page):
console.table(document.getElementsByTagName('script'));
Please post feedback in the newsgroup, thanks.
本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!