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

childnodes的问题,为什么输出结果为undefined

childnodes的问题,为什么输出结果为undefined

慕粉3541299 2016-10-10 16:05:26
<!DOCTYPE html><html><head>    <meta charset="UTF-8">    <title>Document</title></head><body>    <h1 id="h1">    明天休息    </h1>        </body>    <script>          var C = document.getElementById("h1").childNodes;          alert(C.nodeValue);    </script></html>
查看完整描述

1 回答

?
慕粉3541299

TA贡献1条经验 获得超0个赞


已经找到问题关键,childnodes返回值为数组,所以C是一组数组,alert(C[0].nodeValue)即可得到结果

查看完整回答
反对 回复 2016-10-10
  • 1 回答
  • 0 关注
  • 2441 浏览
慕课专栏
更多

添加回答

举报

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