62,272
社区成员
发帖
与我相关
我的任务
分享
$.ajax({
type:'post',
datatype:'json',
url:'https://xxx.com',
data:{"id":"1"}});
success:function(response){
....
},
error:function(response){
....
},
complete:function(response){
....
}