JavaScript 参考手册
HTML DOM images 集合
返回文档的图片数
源代码:
点击运行 »
<img border="0" src="/examples/klematis.jpg" width="150" height="113"> <img border="0" src="/examples/klematis2.jpg" width="152" height="128"> <p>图像数目: <script> document.write(document.images.length); </script> </p>
运行结果:
点击运行 »