console.log(Object.fromEntries(formData.entries())); or console.log([...formData.entries()].reduce((accumulator, [key, value]) => {
確定! 回上一頁