$form.addEventListener('submit', (event) => { event.preventDefault() const formData = new FormData(event.target) // log our form object ...
確定! 回上一頁