$.ajax({ type:'POST', url :"<{:U('jiuzhu/edit')}>", data:$.param({ 'name1':value1,'name2':value2})+'&'+$('form').serialize(), success:function(msg){ if(msg == 1){ toastr.success('修改成功') }else{ toastr.error('失败') } } })
本文共 485 字,大约阅读时间需要 1 分钟。
$.ajax({ type:'POST', url :"<{:U('jiuzhu/edit')}>", data:$.param({ 'name1':value1,'name2':value2})+'&'+$('form').serialize(), success:function(msg){ if(msg == 1){ toastr.success('修改成功') }else{ toastr.error('失败') } } })
转载于:https://www.cnblogs.com/LingCoder/p/9558143.html