gpt4 book ai didi

javascript - 如果 (window.location.hash !== "#search")

转载 作者:行者123 更新时间:2023-11-30 10:36:56 25 4
gpt4 key购买 nike

这个语法有什么问题吗?这似乎对我不起作用,即使我提醒哈希标签并且它与我的 if 语句匹配也是如此。

我的代码:

if(window.location.hash) { 
var thehash = window.location.hash;
if (thehash !== "#search"){

alert(thehash); // returns "#search"

thehash = thehash.replace(/#/g, '/');
window.location.replace("http://url.com/" + thehash + "/");
}
}

为什么这仍然重定向包含#search 的 url

最佳答案

您需要在 alert 之后返回 false,这样它就不会运行您函数的其余部分

关于javascript - 如果 (window.location.hash !== "#search"),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13442202/

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