getElementById("addForm"));打印formData信息for (var [a, b] of formData.entries()) { console.log(a, b); }打印结果:a对应的是form表单元素的name ...
確定! 回上一頁