path = request.getcontextpath()有什么用
有这样一段代码,是干什么用的???<%Stringpath=request.getContextPath();StringbasePath=request.getSche...
有这样一段代码,是干什么用的???
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
希望高手帮帮忙~ 展开
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
希望高手帮帮忙~ 展开
4个回答
展开全部
request.getContextPath()应该是得到项目的名字,如果项目为根目录,则得到一个"",即空的字条串,
如果项目为abc, <%=request.getContextPath()% >/ 将得到abc/,服务器端的路径则会自动加上
如果项目为abc, <%=request.getContextPath()% >/ 将得到abc/,服务器端的路径则会自动加上
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
获得的当前目录路径
在J2EE的API帮助里有
在J2EE的API帮助里有
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这样写的目的就是获得一个绝对路径,与action=" ";相对应。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询