本文实例讲述了html的DOM中document对象images集合用法。分享给大家供大家参考。具体分析如下:
images 集合可返回对文档中所有 Image 对象的引用。
语法:
例子:
<script type=\"text/javascript\">
document.write(\"This document contains: \")
document.write(document.images.length + \" images.\")
</script>
</body>
</html>
本文地址:https://www.stayed.cn/item/22793
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我