源代码 :
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>开源教程(ossoft.cn)</title> </head> <body> <img id="ossoft1" border="0" src="klematis.jpg" width="150" height="113"> <img id="ossoft2" border="0" src="klematis2.jpg" width="152" height="128"> <p>第一个图像的ID: <script> document.write(document.images[0].id); </script></p> </body> </html>
运行结果