Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
调试页面时,在 Firebug NET 选项卡中,可以显示页面 HTML,如下图所示。我想知道 Chrome 开发人员工具是否可以做到这一点?
在 Chrome 开发工具中,在资源或网络选项卡下,如果双击资源,它将在新选项卡/窗口中打开它,显示渲染的 HTML/页面/图像/等。
如果您想要 HTML代码,您可以查看 Network 窗格下的内容选项卡,或者您可以查看 Elements 窗格下的已解析/组织的 HTML 代码。