Firebug 1.11 alpha 2,增加水平滚动条

openkk 12年前
   <p><a href="/misc/goto?guid=4958183982111764011" target="_blank">Firebug</a>是Firefox下的一款开发类插件,现属于Firefox的 五星级强力推荐插件之一。它集HTML查看和编辑、Javascript控制台、网络状况监视器于一体,是开发JavaScript、CSS、HTML和 Ajax的得力助手。Firebug如同一把精巧的瑞士军刀,从各个不同的角度剖析Web页面内部的细节层面,给Web开发者带来很大的便利。<br /> <br /> <strong>Firebug 1.11a2</strong> 修复了 <a href="http://code.google.com/p/fbug/issues/list?can=1&q=label%3Afixed-1.11-a2&colspec=ID+Type+Status+Owner+Test+Summary+Reporter&cells=tiles">14 issues</a>. 其中一个是跟 <a href="/misc/goto?guid=4958522797266200615">console.table()</a> 方法相关。</p>    <p>Firebug 现在可显示水平滚动条用于支持更多的列显示 (<a href="/misc/goto?guid=4958522797378157469">issue 5832</a>).</p>    <p>这个方法相当强大, in rendering tabular data and also flexible regarding the input structure.</p>    <p>Check it out by executing the following expression in the command line (assume there are some scripts on the current page):</p>    <p><code>console.table(document.getElementsByTagName('script'));</code></p>    <p>Please post feedback in the <a href="/misc/goto?guid=4958522797484648997">newsgroup</a>, thanks.</p>    <p><img class="alignnone size-full wp-image-1789" title="console-table" alt="Firebug 1.11 alpha 2,增加水平滚动条" src="https://simg.open-open.com/show/3e90ba62010db5737ea14c9d058c6c8f.png" width="510" height="317" /></p>