在 IE8 中编辑实时 html 的工具
使用 Firebug 或 Chrome 开发人员工具在开发网站时编辑实时 html 非常容易。但在 IE8 上,内置的开发人员工具甚至不会向您显示实时 html 源代码(如果它是用 javascript 修改的)。您只能查看(有时还可以编辑)原始源代码。
有没有一个工具可以让我在 IE8 中编辑实时(可能由 javascript 修改)html?
Editing live html while developing my site is very easy with Firebug or Chrome developer tools. But on IE8, the built-in developer tools don't even show you what the live html source is if it was modified with javascript. You can only view (and sometimes edit) the original source code.
Is there a tool that will allow me to edit the live (possibly modified by javascript) html in IE8?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
dom 检查器选项卡上有一个刷新 dom 按钮...
第三个按钮。
There is a Refresh dom button on dom inspector tab...
The third button.