preventDefault(); + const form = new FormData(event.target); + const data = Object.fromEntries(form.entries()); + console.log(data); }.
確定! 回上一頁