Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何确定用户是否使用 IE8 开发人员工具进行更改?是否有任何 javascript 事件?
当用户通过开发人员工具更改页面时,IE 开发人员工具不会触发任何特定事件。在 IE9+ 中,只要 DOM 被工具或您的代码更改,就会触发突变事件。
你担心用户会做什么?