const form = document.querySelector("form"); const formData = new FormData(form); fetch('/whatever', { method: 'POST', body: formData })
確定! 回上一頁