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.
例如,我在一个元素上注册了一个代理事件
<a href="javascript:;" on-mouseover="doSomething">Do something</a>
假设我有一个对该元素的引用(例如,来自事件处理程序中的 event.node),我如何才能从这个特定元素中删除/取消订阅“doSomething”?(我仍然想为其他元素保留此事件)