const data = new FormData(form); for (const entry in data) ... though - in JavaScript you can just write (let entry of data) .
確定! 回上一頁