1
<img border="0" src="/examples/klematis.jpg" width="150" height="113">
2
<img border="0" src="/examples/klematis2.jpg" width="152" height="128">
3
<p>图像数目:
4
<script>
5
document.write(document.images.length);
6
</script>
7
</p>
<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>