Ajax 大概會長這樣 function save_user_data(id,name,email){ $.ajax({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } ...
確定! 回上一頁