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

看不懂这个长度

var x=document.getElementById("con"); document.write(x.firstChild.length);  document.write(x.lastChild.length); 看不懂为什么是 3 1

正在回答

1 回答

<div id="con"><p>javascript</p><div>jQuery</div><h5>PHP</h5></div>

前面HTML要这么挨着写

div与p标签之间有空格和换行的话firstChild就会选到空格,有几个空格length就是几;如果去掉空格选到P的话结果应该是undefined。

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

举报

0/150
提交
取消

看不懂这个长度

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