w3pop.com :: ÍøÂçѧԺ :: HTML DOM :: HTML DOM images ¼¯ºÏ
The images collection returns a reference to all Image objects in the document.
images¼¯ºÏ¿ÉÒÔ·µ»ØËùÓÐÔÚÎĵµÖÐͼƬ¶ÔÏóµÄ²Î¿¼
document.images[] |
<html> <body>
<img border="0" src="hackanm.gif" width="48" height="48">
<br />
<img border="0" src="compman.gif" width="107" height="98">
<br /><br />
<script type="text/javascript">
document.write("This document contains: ")
document.write(document.images.length + " images.")
</script>
</body>
</html> |
Count the number of images in a document
¼ÆËãÎĵµÖÐÓжàÉÙÕÅͼƬ
ÆÀÂÛ (0)
All