参考链接:http://www.jq22.com/jquery-info390
或压缩包下载地址:链接:http://pan.baidu.com/s/1hsj8ZWw 密码:4a7s
![](https://images2017.cnblogs.com/blog/1020560/201708/1020560-20170806151305694-1502507404.png)
下面是没有图片就加载默认图片
<script src="jquery-1.11.0.min.js"></script>
<script> $('img').error(function(){ $(this).attr('src', "你的图片路径/images/moren.png"); }); </script>
<img src="我没有图片,jquery那家伙会盯着我,我没有图片他就找个人来替换我" />