Ajax异步请求模板

$.ajax({
url: '',
type: 'post',
data: {‘id':id},
dataType: 'json',
success:
function(data,statusText){ //待补充 },
error:
function(xhr,e1,e2){ alert('系统错误'); }
});
上一篇:CSS笔记(九)轮廓


下一篇:Android打包版本号设置