在JDK8中,使用一行代码读取指定路径的文件内容,并返回内容集合。
public static List<String> getFileContext(String path) throws Exception {
return Files.readAllLines(Paths.get(path), StandardCharsets.UTF_8);
}
在JDK8中,使用一行代码读取指定路径的文件内容,并返回内容集合。
public static List<String> getFileContext(String path) throws Exception {
return Files.readAllLines(Paths.get(path), StandardCharsets.UTF_8);
}