Home JQuery发送POST请求
Post
Cancel

JQuery发送POST请求

1
2
3
$.post("/test/test/deleteAction.do", function(data) {
    alert(data);
});
This post is licensed under CC BY 4.0 by the author.