gpt4 book ai didi

Jquery:使用window.location获取特定的url路径

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

我们的 url 路径名是

www.nicadpower.com/index.com

但我们只想获取www.nicadpower.com之后的路径名,即

index.com

我们如何使用window.location和jquery获取index.com

最佳答案

我想你想要

window.location.pathname

这将为您提供/index.com

要去掉前导/,您可以简单地使用子字符串:

window.location.pathname.substring(1);

关于Jquery:使用window.location获取特定的url路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6393829/

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