1.普通图片错误或没有
<img src="" onerror="this.src='default.png'" />
2.背景图片错误或没有
<div style="background: url('img.jpg'),url('noimage.jpg');"></div>