var form = document.getElementById("FORM"); · var data = new FormData(form); · fetch("URL", { method: "POST", body: data });.
確定! 回上一頁