eventTarget.removeEventListener(type, listener)
type<string>listener<Function> | <EventListener>options<Object>capture<boolean>
从事件 type 的处理程序列表中移除 listener。
🌐 Removes the listener from the list of handlers for event type.
type <string>listener <Function> | <EventListener>options <Object>
capture <boolean>从事件 type 的处理程序列表中移除 listener。
🌐 Removes the listener from the list of handlers for event type.