$.ajax({
url: '',
type: 'post',
data: {‘id':id},
dataType: 'json',
success:
function(data,statusText){ //待补充 },
error:
function(xhr,e1,e2){ alert('系统错误'); }
});
2023-07-25 22:19:22
$.ajax({
url: '',
type: 'post',
data: {‘id':id},
dataType: 'json',
success:
function(data,statusText){ //待补充 },
error:
function(xhr,e1,e2){ alert('系统错误'); }
});
下一篇:Android打包版本号设置