gpt4 book ai didi

javascript - 如何修复未捕获的类型错误 : Cannot read property 'href' of null

转载 作者:行者123 更新时间:2023-11-30 19:48:38 24 4
gpt4 key购买 nike

<分区>

当我调用 if (test.href != "https://www.test.com ") 时,它似乎给了我一个空值,但我不确定为什么,因为我希望它返回 URL

HTML

<p><a id="damn" href="https://www.test.com" target="_self">PC Install</a></p>

JS 脚本:

var test= document.getElementById("damn");
if (test.href != "https://www.test.com") {console.log(test)}

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