如何在 Chrome 开发者工具中检查页面响应 HTML

发布于 2024-11-15 07:01:26 字数 147 浏览 2 评论 0原文

调试页面时,在 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?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋千易 2024-11-22 07:01:26

在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文