gpt4 book ai didi

javascript - 如何在 jQuery 中提取当前 URL 和 ID?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:19:58 27 4
gpt4 key购买 nike

我将如何使用 jquery 获取当前 URL,或者更具体地说,获取其末尾的 ID?

例如,我有 product.php#tab-2。我想从中得到的只是“#tab-2”部分。

我试过 'window.location.pathname' 但只会返回 '/product.php'

谢谢

最佳答案

你不需要 jQuery:

alert(window.location.href); // will give you the full url
alert(window.location.hash); // will give you the hash (#) value

请参阅 window.location - MDC 上的 Mozilla 文档.

关于javascript - 如何在 jQuery 中提取当前 URL 和 ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2280741/

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