You can add an onerror
handler:
<img
src="http://example.com/somejpg.jpg"
onerror='this.onerror = null; this.src="./oops.gif"'
/>
Note: Setting onerror
to null in the handler, so that the webpage doesn't crash if oops.gif
can't be loaded for some reason.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…