class EventTarget { constructor() { initEventTarget(this); } addEventListener(type, listener, options = {}) { … } … } Object.setPrototypeOf( ...
確定! 回上一頁