addEventListener("click", e => console.log(e)); ... With our custom event ready, we need to dispatch the event, and that is done with the ...
確定! 回上一頁