编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script> function loadImage() { alert("Image is loaded"); } </script> </head> <body> <img src="/demo/logo.png" onload="loadImage()" width="336" height="36"> </body> </html>
结果:
【此窗口】
帮助?