开发者

How to retrieve URL fragment identifier in JSP

开发者 https://www.devze.com 2023-03-30 07:13 出处:网络
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 开发者_如何学Goitself which includes the fragment identifier with

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 开发者_如何学Goitself which includes the fragment identifier with ${pageContext.request.queryString} and other similar pageContext.request methods without success.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消