将页面上所有已经失效的图片链接用默认图片代替的jQuery代码:
$('img').error(function(){ $(this).attr('src', ‘img/default.jpg’); });
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/8653.html
将页面上所有已经失效的图片链接用默认图片代替的jQuery代码:
$('img').error(function(){ $(this).attr('src', ‘img/default.jpg’); });
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/8653.html