function submitForm() { console.log($('#form1').serialize()); console.log(new FormData(document.getElementById('form1'))); }
確定! 回上一頁