前端到达后台的方法

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

}
})

 

window.location.href = url

 

form 的button submit   修改form 的 action

 

posted @ 2019-04-15 14:38  龙7龙  阅读(332)  评论(0编辑  收藏  举报