preventDefault(); // 停止觸發submit console.log("upload"); var formData = new FormData($("#myForm")[0]); // 使用FormData包裝form表單來傳輸 ...
確定! 回上一頁