fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> <script> function alertComplete(){ alert("图片加载完成: " + document.getElementById("compman").complete); } </script> </head> <body onload="alertComplete()"> <img id="compman" src="compman.gif" alt="Computerman" width="107" height="98"> </body> </html>
运行结果