简单教程
提交运行
代码编辑器:
<script> function loadImage(){ alert("图片加载完成"); } </script> <img src="/static/i/img3.jpg" onload="loadImage()" width="336">
运行结果: