images 集合可返回對文檔中所有 Image 對象的引用。
document.images[]
注釋:為了與 0 級 DOM 兼容,該集合不包括由 <object> 標(biāo)記定義的圖像。
<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>
如對本文有疑問,請?zhí)峤坏浇涣髡搲瑥V大熱心網(wǎng)友會為你解答?。?點(diǎn)擊進(jìn)入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號