File directory = new File("");// 参数为空 String courseFile = directory.getCanonicalPath(); System.out.println("********"); System.out.println(courseFile);
2022-02-27 03:20:28
File directory = new File("");// 参数为空 String courseFile = directory.getCanonicalPath(); System.out.println("********"); System.out.println(courseFile);