创建一个空的FormData对象,然后再用append方法逐个增加键值对var formdata = new FormData();formdata.append("name","xx");formdata.append("flie", ...
確定! 回上一頁