const evt = new Event("click"); btn1.dispatchEvent(evt); // log: btn1 is clicked! }); 而Event 有非常多的子介面,CustomEvent 便是其中之一。
確定! 回上一頁