'removeListener' 事件
eventName<string> | <symbol> 事件名称listener<Function> 事件处理函数
在移除 listener 后触发 'removeListener' 事件。
eventName<string> | <symbol> The event namelistener<Function> The event handler function
The 'removeListener' event is emitted after the listener is removed.