使用 Internet Explorer 开发人员工具更改 HTML
如何判断用户是否使用IE8开发者工具进行了更改? 有没有 javascript 事件?
How do I can determine whether users make changes using IE8 developer tools?
Are there are any javascript events?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当用户通过开发人员工具更改页面时,IE 开发人员工具不会触发任何特定事件。在 IE9+ 中,只要 DOM 被工具或代码更改,突变事件就会触发。
您担心用户会做什么?
The IE developer tools don't fire any specific events for when a user alters the page via the developer tools. In IE9+ mutation events will fire whenever the DOM is altered be it by the tools or your code.
What are you concerned that the user would do?