getElementById('form'); var formData = new FormData(form);. 3.提交表單物件. xhr.send(formData);. 注意: 1.Formdata 物件不能用於get 請求, ...
確定! 回上一頁