runliuv@cnblogs
JAVA获取当前目录
String curPath = System.getProperty("user.dir"); System.out.println("当前路径: " + curPath);
--