ajax请求格式
ajax请求格式
var rowsData = $('#receiptPrintList').datagrid('getSelections'); $.ajax({ type: "post", url: "topupRecordController.do?updateReceiptInfo", data: { refNo:rowsData[0].refNo }, dataType: "json", success: function(result){ } }); //作用同上 $.post("topupRecordController.do?updateReceiptInfo", { refNo:rowsData[0].refNo }, function (data) { }, "json");
作者:习惯沉淀
如果文中有误或对本文有不同的见解,欢迎在评论区留言。
如果觉得文章对你有帮助,请点击文章右下角【推荐】一下。您的鼓励是博主的最大动力!
扫码关注一线码农的学习见闻与思考。
回复"大数据","微服务","架构师","面试总结",获取更多学习资源!