替代方法是:
写道
request.getSession().getServletContect().getRealPath()得到站点的绝对地址
在Servlet 和Struts中还可以用
this.getServletContect().getRealPath("/");
this.getServlet().getServletContect().getRealPath("/");
替代方法是:
在Servlet 和Struts中还可以用
this.getServletContect().getRealPath("/");
this.getServlet().getServletContect().getRealPath("/");