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

这个怎么看?求解释!

 document.write(x.firstChild.firstChild.nodeName+" "+x.firstChild.firstChild.nodeValue+" "+x.firstChild.firstChild.nodeType+"<br/>");

 document.write(x.lastChild.nodeName+" "+x.lastChild.firstChild.nodeValue+" "+x.lastChild.firstChild.nodeType);


正在回答

1 回答

x.firstChild.firstChild.nodeName意思是div的第一个子节点p的第一个子节点javascript  的节点名称。

文本节点的nodeName是#text,nodeValue是本身,nodeType是3.
第二行和上面是一样的原理。

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

丶Simple0 提问者

非常感谢!
2016-03-16 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个怎么看?求解释!

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