request.getRealPath()的替代方法

替代方法是:

写道
request.getSession().getServletContect().getRealPath()得到站点的绝对地址

 

 

在Servlet 和Struts中还可以用

this.getServletContect().getRealPath("/");

this.getServlet().getServletContect().getRealPath("/");

 

 

你可能感兴趣的:(struts,servlet)