<p title="a gentle reminder">don't forget to buy this stuff.</p>
<ul id="purchases">
<li title="one">a tin of beans</li>
<li class="sale" title="two">cheese</li>
<li class="sale important">milk</li>
</ul>
<script>
var shopping = document.getElementsById("purchases");
var items = shopping.getElementsByTagName("*");
alert (items.length);
</script>
幕布斯7119047
相关分类