ajax 用fom提交

$.ajax({
type : "POST",
url : "${ctx}/credit/LoanauditCtrl/qwe.do?hetong="+hetong,
data : $("#queryMainForm1").serialize(),//表单id
success : function(data) {


}

});

原文地址:https://www.cnblogs.com/yy123/p/4011678.html