java中如何获得系统路径!
2008-01-05 18:43:44 来源:WEB开发网核心提示:在application中: System.getPRoperty("user.dir") 在Servlet中: ServletContext servletContext = config.getServletContext(); String rootPath = servletContext.
在application中:
System.getPRoperty("user.dir")
在Servlet中:
ServletContext servletContext = config.getServletContext();
String rootPath = servletContext.getRealPath("/");
在jsp中:
application.getRealPath("")
更多精彩
赞助商链接