The FormData.values() method returns an iterator allowing to go through all ... for (var value of formData.values()) { console.log(value); }
確定! 回上一頁