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

如何通过子节点访问到标签内的内容


http://img1.sycdn.imooc.com//596db7ed0001a52010300381.jpg

第三个document.write 为何不能访问到第一个p标签下的值javascript

正在回答

3 回答

应该是document.write(x.firstChild.innerHTML);如果你非要用两个firstChild 的话,应该是document.write(x.firstChild.firstChild.nodeValue +"<br>");

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

慕勒2552214 提问者

非常感谢!
2017-07-19 回复 有任何疑惑可以回复我~

多了一个fristChild

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

p标签下的javascript 应该用x.fristChild.innerHTML来访问

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

举报

0/150
提交
取消

如何通过子节点访问到标签内的内容

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