HTML DOM images ¼¯ºÏ

¶¨ÒåºÍÓ÷¨

images ¼¯ºÏ¿É·µ»Ø¶ÔÎĵµÖÐËùÓÐ Image ¶ÔÏóµÄÒýÓá£

Óï·¨

document.images[]

ÌáʾºÍ×¢ÊÍ

×¢ÊÍ£ºÎªÁËÓë 0 ¼¶ DOM ¼æÈÝ£¬¸Ã¼¯ºÏ²»°üÀ¨ÓÉ <object> ±ê¼Ç¶¨ÒåµÄͼÏñ¡£

ʵÀý

<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>
VUE