gpt4 book ai didi

javascript - 为什么 previousSibling 不起作用?

转载 作者:行者123 更新时间:2023-11-30 09:44:38 25 4
gpt4 key购买 nike

<分区>

这是演示代码,所以我只想遵循这样的模式:当用户单击按钮时,它会在 h3 标签中显示 anchor 的内部文本。

我的代码

 var a = document.getElementById('btn');
var b = a.previousSibling.firstChild.innerText;
alert(b);
<div class="box">
<p>This is a paragraph</p>
<h3><a href="#"> Heading </a> </h3>
<button id="btn">Click Me</button>
</div>

我明白了:

Error is Cannot read property 'innerText' of null

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com