标签:io os sp cti on c r type bs
$.ajax({
type: "POST",
url: "/index.php",
data: data,
dataType: "json",
success: function(r_msg){
if(r_msg.status==0){
alert("fail");
}else{
alert("ok");
}
}
});
标签:io os sp cti on c r type bs
原文地址:http://www.cnblogs.com/jackspider/p/3969802.html