JAVA路径

Web 应用中,一般使用
request.getSession(true).getServletContext().getRealPath("/")
得到Web应用的根目录的绝对路径

你可能感兴趣的:(JAVA路径)