Java当前工作目录 Java将字符串转换为日期 Java正则表达式 Java当前工作目录 public class CurWork { public static void main (String args[]) { String wd = System.getProperty("user.dir"); System.out.println("hi...your current working directory is : " + wd); } } Java将字符串转换为日期 Java正则表达式