preventDefault(); //使form按下按鈕後不會自行刷新var formData = $('#insertform').serialize(); $.ajax({ type: 'POST', dataType: "json", ...
確定! 回上一頁