<script type="text/javascript"> countBodyChildren() { var body_element = document.getElementsByTagName("body")[0]; alert(body_element.childNodes.length); } window.onload = countBodyChildren; </script>
獲取body 所有的子元素,這樣寫為什么不行?
千巷貓影
2018-08-13 15:10:26