const element = document.querySelector('input'); element.addEventListener('change', () => console.log('change')) const event = ...
確定! 回上一頁