$.ajax({
url : picSrc,
async : false,
type : 'HEAD',
error : function() {
picSrc = "https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo_top_ca79a146.png";
}, success : function() {
}
});
img.error(function() {
$(this).attr("src", "https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo_top_ca79a146.png");
});