文章出處
文章列表
1.獲取resouces中文件的絕對路徑
String filePath = XXX.class.getClassLoader().getResource("/configs/interface/..").getPath(); File file = new File(filePath);
文章列表
全站熱搜