摘要: System.out.println(System.getProperty("user.dir")); File directory = new File("");//设定为当前文件夹 System.out.println(directory.getAbsolutePath());//获取绝对路径 阅读全文
posted @ 2021-12-19 10:48 该显示昵称已被使用了 阅读(88) 评论(0) 推荐(0) 编辑