java 路径
程序员文章站
2022-05-09 23:12:08
...
相对路径
//获取src资源文件编译后的路径(即classes路径classes目录)
String path1 = this.getClass().getClassLoader().getResource("").getPath();
//获取src资源文件编译后的路径(即classes路径下当前文件目录)
String path2 = this.getClass().getResource("").getPath();
绝对路径window
String tempPath = "F:\\temp\\test\\Localizable.strings";
上一篇: Linux脚本
下一篇: CentOS 8 (1905)系统安装