const form = document.querySelector('form')!; form.onsubmit = (_) => { const data = new FormData(form); const choice = data.get('choice') as ...
確定! 回上一頁