
<html>
<body>
<form action="" method="POST" enctype="multipart/form-data" id="test_form">
<input type="text">
<input type="text">
<input type="text">
<input type="text">
</form>
<script>
<input type="text">
<input type="text">
<input type="text">
<input type="text">
</form>
<script>
alert(document.all.test_form.childNodes.length)
alert(document.all.test_form.children.length)
</script>
alert(document.all.test_form.children.length)
</script>
</body>
</html>
值 8,4
因为:childNodes 包含文字
children不包含文字
上例第一个值就是包含了空格
需要说明:如果不写body 、html则值都是1
标签: 技术笔记
本文章引用通告地址(TrackBack Ping URL)为: 

本文章尚未被引用。
下一篇: 仿gmail添加附件的页面,可提交
上一篇: [转]在浮躁的年代里做好学问,难!
