共计 784 个字符,预计需要花费 2 分钟才能阅读完成。
在 Java 中,你可以使用以下步骤来对比两个 txt 文本文档的数据:
- 使用
BufferedReader
读取第一个 txt 文本的内容,并将其保存到一个ArrayList
或HashSet
等数据结构中。
BufferedReader reader1 = new BufferedReader(new FileReader("file1.txt"));
List<String> data1 = new ArrayList<>();
String line1;
while ((line1 = reader1.readLine()) != null) {data1.add(line1);
}
reader1.close();
- 使用
BufferedReader
读取第二个 txt 文本的内容,并将其保存到另一个ArrayList
或HashSet
中。
BufferedReader reader2 = new BufferedReader(new FileReader("file2.txt"));
List<String> data2 = new ArrayList<>();
String line2;
while ((line2 = reader2.readLine()) != null) {data2.add(line2);
}
reader2.close();
- 使用
equals()
方法逐行对比两个数据集。
boolean areEqual = data1.equals(data2);
if (areEqual) {System.out.println("The content of the files is identical.");
} else {System.out.println("The content of the files is not identical.");
}
注意:如果你需要按行对比而不是整个文本文件,请将每一行的内容保存到数据结构中,然后逐行对比。
丸趣 TV 网 – 提供最优质的资源集合!
正文完