完美

 

 

里面写,this.onerror=null; this.src='image.png'

this.onerror=null;会让他不能重复使用,

 

为了重复能使用,不加this.onerror=null;就可以

如果还是有问题

 

  <img class="woimg1" onerror="javascript:somgfun();" src="">
function somgfun(){

var a = "https://www.cnblogs.com/images/logo_small.gif";
$(
'.woimg1').attr('src',a);
}

 

标签:

相关文章