天天看点

使用img标签,当图片不存在替换成默认图片;可以使用img的onerror事件

1.error事件:

onerror 事件会在文档或图像加载过程中发生错误时被触发。

<img src="image.gif" onerror="this.src='example.png'">