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

关于 document.write(hCon.lastChild.firstChild.innerHTML);

<script  type="text/javascript">    
 var mylist = document.getElementById("tcon");
 document.write(hCon.lastChild.firstChild.innerHTML);
 //document.write(hCon.chileNodes[3].childNodes[0].nodeValue);
</script>
一个输出Undefined 一个输出 HTML./CSS ,这是什么原因?

正在回答

4 回答

innerHTML是显示元素标签内的内容;

第一个documentwrite中hCon.lastChild.firstChild就是指HTML/CSS那个文本节点,文本节点显示用nodeValue;

第二个documentwrite中第一个childNodes拼写错了


0 回复 有任何疑惑可以回复我~
#1

傻兔子_ 提问者

非常感谢!
2016-11-05 回复 有任何疑惑可以回复我~
0 回复 有任何疑惑可以回复我~

<script  type="text/javascript">    

  var mylist = document.getElementById("tcon"); 

  //document.write(mylist.parentNode.parentNode.parentNode.lastChild.innerHTML);

  var hCon=mylist.parentNode.parentNode.parentNode;

  document.write(hCon.lastChild.firstChild.innerHTML);

  //document.write(hCon.chileNodes[3].childNodes[0].nodeValue);

</script> 

这是源码,在问问题的时候删多了。 麻烦解答一下。

0 回复 有任何疑惑可以回复我~

hCon都没定义,还能输出?

0 回复 有任何疑惑可以回复我~
#1

傻兔子_ 提问者

<script type="text/javascript"> var mylist = document.getElementById("tcon"); var hCon=mylist.parentNode.parentNode.parentNode; document.write(hCon.lastChild.firstChild.innerHTML); //document.write(hCon.chileNodes[3].childNodes[0].nodeValue); </script> 这是源码,在问问题的时候删多了。 麻烦解答一下。
2016-11-05 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
JavaScript进阶篇
  • 参与学习       468047    人
  • 解答问题       21891    个

本课程从如何插入JS代码开始,带您进入网页动态交互世界

进入课程

关于 document.write(hCon.lastChild.firstChild.innerHTML);

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信