var formData = new FormData(); formData.append('key1', ... for (var pair of formData.entries()) { console.log(pair[0]+ ', ' + pair[1]); }.
確定! 回上一頁