gpt4 book ai didi

javascript - 检查当前 URL 是否包含 hash

转载 作者:行者123 更新时间:2023-12-03 03:30:18 25 4
gpt4 key购买 nike

使用 Javascript 如何检查当前 URL 是否包含哈希值?

在测试页中,我想添加要打印的 Javascript 代码:

<p>yes, there is a hash here</p>

如果存在哈希值(当前页面 http://www.example.com/test/#abc )或:

<p>no, there is no hash here</p> 

如果哈希值不存在(当前页面 http://www.example.com/test/ )。

最佳答案

很简单

if(window.location.hash) {
//# in URL
}

关于javascript - 检查当前 URL 是否包含 hash,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46132331/

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