querySelector('button'); // Add an event listener to the button that listens for the click event button.addEventListener('click', function() { // Display the ...
確定! 回上一頁