gpt4 book ai didi

javascript - 当通过 window.location.hash 选择元素时,我的 JavaScript 在变量中显示 'undefined'

转载 作者:行者123 更新时间:2023-12-03 03:58:54 27 4
gpt4 key购买 nike

我有一个 Id 为

的元素
#accordion-tab-1

我尝试用它打电话

$(`${window.location.hash}`).prop(`hash`)

当我 console.log 时,我得到“未定义”,但当我只这样做时

$(`${window.location.hash}`) 

我获取具有该 Id 的元素

最佳答案

如果您的 URL 包含 #accordion-tab-1,那么您只需使用直接哈希即可进行选择:

$(window.location.hash)

还可以使用普通引号 ' 而不是 。更多:选择元素而不是执行.prop('hash')会导致未定义因为 DOM 元素没有名为hash`

的属性

关于javascript - 当通过 window.location.hash 选择元素时,我的 JavaScript 在变量中显示 'undefined',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44819380/

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