使用 Firefox/开发者
外观
最全面的扩展开发网站是 Mozillazine 知识库,可以 在这里找到。其他有用的工具包括 Firefox 中包含的 DOM 检查器 和 JavaScript 控制台。
Firefox 特别适合开发者。它允许即使是最休闲的网页开发者从他们访问的大多数网站中提取有用的 HTML 技术,并为更高级的用户提供许多其他功能。
也许最常用的开发功能是能够突出显示任何网站中的图像和文本,并从下拉菜单中选择查看源代码。当使用此功能时,Firefox 会显示用于生成突出显示内容的 HTML 源代码。
例如,突出显示上面的段落和节标题,右键单击并选择“查看选择源代码”,将在新窗口中显示以下内容
<p><a name="Source_viewing" id="Source_viewing"></a></p> <h2>Source viewing</h2> <p>Perhaps the most-used development feature is the ability to highlight images and text in any website, and choose "<i>View selection source</i>" from the drop-down menu. Doing this will bring up a pop-up window, with the HTML source that was used to generate the highlighted content.</p>