摘要: public class PathUtil {public static void main(String[] args)throws Exception { PathUtil p = new PathUtil(); System.out.println(p.getWebClassesPath()); System.out.println(p.getWebInfPath()); System.out.println(p.getWebRoot());}public String getWebClassesPath() { String path = getClass().ge... 阅读全文
posted @ 2012-09-07 00:25 星语心愿~ 阅读(327) 评论(0) 推荐(0) 编辑