查看Javascript修改后的页面HTML

发布于 2024-12-02 04:59:43 字数 49 浏览 1 评论 0原文

div内容替换成ajax后,有什么方法可以在Firebug或者其他软件中看到页面吗?

Is there any way to see the page in Firebug or other software after the content of a div has been replaced with ajax?

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

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

发布评论

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

评论(3

指尖上得阳光 2024-12-09 04:59:43

是的,这正是 Firebug 将向您显示的内容:DOM 的当前状态。与 Chrome 的开发者工具相同。

Yes, that's exactly what Firebug will show you: the current state of the DOM. Same with Chrome's developer tools.

许你一世情深 2024-12-09 04:59:43

当然,您可以使用 FireBug 检查 DOM,FireBug 始终显示 DOM 的最新状态(当然还有帐户)对于 AJAX 更新):

在此处输入图像描述

Sure, you can inspect the DOM with FireBug which always shows the DOM at its most recent state (and of course accounts for AJAX updates):

enter image description here

夜深人未静 2024-12-09 04:59:43

是的
firebug将改变的div标记为黄色,在html视图中可以看到html动态更新

yes
firebug marks the changed div in yellow and you can see the html dynamic updates in the html view

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