01 | public class PathUtil2 { |
02 |
03 | public static void main(String[] args) { |
04 | String path = PathUtil2. class .getResource( "" ).getFile(); |
05 | // The Path is : /D:/workspace/java/target/classes/com/file/ |
06 | System.out.println( "The Path is : " + path); |
07 | path = PathUtil2. class .getResource( "/" ).getFile(); |
08 | // The Path is : /D:/workspace/java/target/classes/ |
09 | System.out.println( "The Path is : " + path); |
10 | } |
11 |
12 | } |

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日