var form = $('form')[0]; // You need to use standard javascript object here var formData = new FormData(form);.
確定! 回上一頁