First, select the HTML element you want to add the event listener to const button = document.querySelector("#myButton"); // Next, define the function that ...
確定! 回上一頁