是否有插件可以在触发 AJAX 组件后查看 HTML 页面的当前源?
在 Firefox (Windows) 中,当您从浏览器查看源代码时,如果某些 AJAX 组件发生更改,它不会更新页面上的源代码。一个例子是您导航到该页面并且它完全加载。
AJAX 组件会触发并更改源,但如果在此事件之后单击“查看源”,它将不会注册。如果您下载 HTML 文件,然后在外部程序中查看,它将显示更改。
有没有办法可以快速准确的查看当前来源呢?
In Firefox (Windows) when you view source from the browser it will not update the source on a page if certain AJAX components have changed. An example is you navigate to the page and it fully loads.
An AJAX component triggers and changes the source, but if you click view source after this event it will not register. If you download the HTML file and then view in an external program it will show the change.
Is there anyway to quickly view the current source accurately?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Web 开发人员工具栏也可以执行此操作。
安装后,在“查看源代码”子菜单中,有一个“查看生成的源代码”选项
The web developer toolbar does this too.
Once installed, in the "View Source" sub-menu, there's an option for "View Generated Source"
Firebug 可以做到这一点。
Firebug can do this.
ctrl-A ->;右键单击->查看选择源
ctrl-A -> rightclick -> View Selection Source