如何在 Chrome 开发者工具中检查页面响应 HTML
调试页面时,在 Firebug NET 选项卡中,可以显示页面 HTML,如下图所示。我想知道 Chrome 开发者工具是否可以做同样的事情?
When debugging the page, in Firebug NET tab, it can show the page HTML, like the screenshot below. I was wondering if Chrome developer tool can do the same?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Chrome 开发工具中,在资源或网络选项卡下,如果双击某个资源,它将在新选项卡/窗口中打开它,显示渲染的 HTML/页面/图像/等。
如果您需要 HTML 代码,您可以查看“网络”窗格下的“内容”选项卡,或者您可以查看“元素”窗格下已解析/组织的 HTML 代码。
In the Chrome Dev Tool, under the resources or network tab, if you double click on a resource it will open it in a new tab/window showing the rendered HTML/page/image/etc.
If you want the HTML code you can look at the content tab under the Network pane, or you can look at the parsed/organized HTML code under the Elements pane.