WEB开发网
开发学院WEB开发Jsp java中如何获得系统路径! 阅读

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("")


Tags:java 如何 获得

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接