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.
如果我删除一个 node.js 事件,监听器也会消失,对吗?我不需要删除其他任何东西吗?
你的意思是删除一个 EventEmitter 实例?(或者,同样,一个从 EventEmitter 继承的对象?)
在这种情况下,我认为当您删除对象实例时,每个侦听器也会被删除,它们是对象实例的一部分