当前位置: 技术问答>java相关
##############3如何得到当前的目录?
来源: 互联网 发布时间:2015-05-21
本文导语: ##############3如何得到当前的目录? | File f = new File("."); System.out.println(f.getAbsolutePath()); | File f = new File("."); System.out.println(f.getAbsolutePath()); 重复一遍,嘻...
##############3如何得到当前的目录?
|
File f = new File(".");
System.out.println(f.getAbsolutePath());
System.out.println(f.getAbsolutePath());
|
File f = new File(".");
System.out.println(f.getAbsolutePath());
重复一遍,嘻嘻~
System.out.println(f.getAbsolutePath());
重复一遍,嘻嘻~