为了账号安全,请及时绑定邮箱和手机立即绑定

js childNodes 问题

js childNodes 问题

温温酱 2019-01-29 19:27:43
用chrome运行 下面html 但是运行但childNodes.* 的时候就报错,难道不支持这个写法了<!DOCTYPE html><html><head>    <meta charset="UTF-8">    <meta name="viewport" content="width=device-width, initial-scale=1.0">    <meta http-equiv="X-UA-Compatible" content="ie=edge">    <title>DOM</title></head><body>    <div>    <h1>sdf</h1>    <h2>ser</h2>    </div>  <script>      var someNode = document.getElementsByTagName('div');              console.log(someNode);          console.log(someNode.childNodes.length);          console.log(someNode.childNode[0]);          console.log(someNode.childNode.item(1));      </script> </body></html>
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 442 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信