ClassPathResource responseResource = new ClassPathResource(路径);//
String responseJson = new String (Files.readAllBytes(responseResource.getFile().toPath()), //读取json文件的数据
ClassPathResource responseResource = new ClassPathResource(路径);//
String responseJson = new String (Files.readAllBytes(responseResource.getFile().toPath()), //读取json文件的数据
1839
2805
1512

被折叠的 条评论
为什么被折叠?