简单教程
提交运行
代码编辑器:
<script> function alertComplete(){ alert("图片加载完成: " + document.getElementById("compman").complete); } </script> <body onload="alertComplete()"> <img id="compman" src="/static/i/img3.jpg" alt="Computerman" height="98">
运行结果: