public class PathUtil2 { public static void main(String[] args) { String path = PathUtil2.class.getResource("").getFile(); // The Path is : /D:/workspace/java/target/classes/com/file/ System.out.println("The Path is : " + path); path = PathUtil2.class.getResource("/").getFile(); // The Path is : /D:/workspace/java/target/classes/ System.out.println("The Path is : " + path); } }

15141654189 LV6
2020年2月29日
wenpeng182013 LV7
2019年6月3日
Jenson0503 LV9
2018年2月9日
wyx065747 LV67
2015年12月22日
wzg356 LV18
2015年1月3日
watfgzs LV21
2014年11月17日
holysir LV28
2013年12月28日
ifeng LV16
2013年8月29日
菜鸟战斗 LV23
2013年8月22日
骑着猪猪去逛街 LV32
2013年7月2日