如何在 IE 开发者工具中交互删除选定的 HTML 元素?
我可以在 Firebug 和 Chrome 的开发者工具中交互删除 html 元素。如何在 IE 9 的开发人员工具中执行相同操作?我看到只能复制的选项。
我尝试了 FireBug Lite,但没有任何选项可以对任何选定的 HTML 元素执行任何操作。
还有其他可以在 IE 中使用的选项吗?
I can delete html elements interactively in Firebug and Chrome's Developer Tools. How can I do the same in IE 9's Developer Tools? I see options to copy only.
I tried FireBug Lite but there weren't any options to do any action on any selected HTML element.
Any other options which work in IE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 IE 开发工具,您需要进入
Edit
模式(Alt+E 或单击带有钢笔图标的工具栏按钮)并删除通过手动更改标记从 HTML 元素。没有方便的右键删除功能。With IE Developer tools, you need to go to
Edit
mode (Alt+E or click the toolbar button with the pen icon) and remove the element from HTML by manually altering the markup. There is no handy right click delete functionality.