Posted on 2008-03-28 20:36
hilor 閱讀(679)
評論(0) 編輯 收藏 所屬分類:
common
在Application中:
System.getProperty("user.dir")
在Servlet中:
ServletContext servletContext = config.getServletContext();
String rootPath = servletContext.getRealPath("/");
在jsp中:
application.getRealPath("")