通过判断响应码,200为成功$.ajax({ type:'get', url:'http://www.baidu.com', success:function(res,heads,code){ console.log(code.status); }})conde.status就是响应码了