preventDefault(); const data = new FormData(event.target); const value = data.get('email'); console.log({ value }); } const form = document.
確定! 回上一頁