我想知道如何获取完整的请求 url 我需要 #test=1234 但使用 HttpServletRequest request.getRequestURI() 或 request.getRequestURL().toString() 仅返回路径,例如https://stackoverflow.com/myquestion 帮助我
spring spring-mvc
spring ×1
spring-mvc ×1