1. 程式人生 > >request getRealPath 的替代方法

request getRealPath 的替代方法

獲得要路徑的幾種方法

1,request.getRealPath("/");這個方法已不推薦用

2,在Servlet 裡用this.getServletContect().getRealPath("/");獲得要路徑。

3,struts裡用this.getServlet().getServletContext().getRealPath("/")獲得要路徑。