java获取当前项目或类路径
摘要:
// 获取当前项目的目录 File directory = new File("");// 参数为空 String courseFile = directory.getCanonicalPath(); System.out.println(courseFile);//注意返回的是反斜杠标识的目录名 阅读全文
posted @ 2018-12-31 17:51 Pusteblume2018 阅读(2935) 评论(0) 推荐(0) 编辑