前端到达后台的方法

$.ajax({
url: url,
data: {  },
type: "get",
success: function (data) {

}
})

window.location.href = url

form 的button submit   修改form 的 action

猜你喜欢

转载自www.cnblogs.com/long7long/p/10710529.html