語法: var formData = new FormData(form); // new 一個空的FormData var formData = new FormData(); // 或者從現有的form 取得資料,並new ...
確定! 回上一頁