jquery的ajax简单结构示例代码


复制代码 代码如下:

$.ajax({
type: "POST",
url:url,
async:false,
data: param,
contentType:"json",
success:function(date){
if(date.success){
}
},
error:function(date){
}
});

« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3