创建一个空对象: //通过FormData构造函数创建一个空对象var formdata=new FormData(); //可以通过append()方法来追加数据formdata.append("name","laotie"); ...
確定! 回上一頁