案例:javascript案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<img src="image.gif"
5
onerror="alert('The image could not be loaded.')">
6
7
<p>在本例中,我们引用的图片不存在,所以弹出一个提示框。</p>
8
9
</body>
10
</html>