program-life
File f=new File("");System.out.println(f.getAbsoluteFile().getAbsolutePath()); System.out.println(System.getProperty("user.dir"));
不错啊!