... 進行初始化 var formdata=new FormData(form); //通過get方法獲得name爲advName元素的value值 console.log(formdata.get("advName"));//xixi ...
確定! 回上一頁