如何在 JSP 中检索 URL 片段标识符

发布于 2024-12-01 10:28:23 字数 175 浏览 5 评论 0原文

有没有一种简单的方法可以在 JSP 中获取 URL 片段标识符(哈希“#”之后的所有内容)?我尝试过使用 ${pageContext.request.queryString} 和其他类似的 pageContext.request 方法来查找包含片段标识符的 URL 本身,但没有成功。

Is there an easy way to get the URL fragment identifier (everything after the hash '#') in JSP? I've tried just finding even the URL itself which includes the fragment identifier with ${pageContext.request.queryString} and other similar pageContext.request methods without success.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柳若烟 2024-12-08 10:28:23

我已经意识到片段标识符永远不会发送到服务器!这就是为什么我似乎无法在 JSP 方法中找到它们......

I've realized fragment identifiers are never sent to the server! That's why I can't seem to find them in JSP methods...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文