摘要: /** * 第一种:获取类加载的根路径 D:\Work\IdeaProjects\HelloVelocity\target\classes */ File f = new File(ControllerUtils.class.getClass().getResource("/").getPath()); System.out.... 阅读全文
posted @ 2019-03-27 16:36 客舍青 阅读(11004) 评论(0) 推荐(0)