问题描述
- .net HttpContext.Current.Request.RawUrl
-
.net HttpContext.Current.Request.RawUrl 获取当前请求的原始URL 是什么意思
什么是原始URL,取得的值是什么,在JAVA中该如何实现 请指教
解决方案
request.getRequestURI();
解决方案二:
HttpContext.Current.Request.ServerVariables
HttpContext.Current.Request.Url
对于asp.net中的服务器变量HttpContext.Current.Request.ServerVariables
时间: 2024-09-29 09:29:17