import java.io.FileInputStream;
public class Tiqu {
public static void main(String[] args) {
try {
FileInputStream in = new FileInputStream("D:\\eclipse\\lianxi\\day19\\src\\day10\\haha1.txt");
byte[] b = new byte[100];
int len = 0;
while ((len = in.read(b)) != -1) {
System.out.println(new String(b, 0, len));
}
in.close();
} catch (Exception e) {
e.printStackTrace();
}
try {
FileInputStream in1 = new FileInputStream("D:\\JAVA\\haha2.txt");
byte[] b = new byte[100];
int len = 0;
while ((len = in1.read(b)) != -1) {
System.out.println(new String(b, 0, len));
}
in1.close();
} catch (Exception e) {
e.printStackTrace();
}
}
if(in()=in1()){
System.out.println("打印成功");
}
}
java自学,怎么对这两个文本内容比较,如果一样就输出打印成功。到最后找不到方法名,不知道怎么比较
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
2条回答 默认 最新
- XugeS 2021-12-25 22:46关注
package Test_; import java.io.FileInputStream; import java.io.IOException; /** * @author yjx * @version 1.0 */ public class Test2 { public static void main(String[] args) { StringBuilder str1= null; StringBuilder str2= null; FileInputStream in=null; try { in = new FileInputStream("D:\\JAVA\\haha2.txt"); byte[] b = new byte[100]; int len = 0; while ((len = in.read(b)) != -1) { assert false; str1.append(new String(b, 0, len)); } in = new FileInputStream("D:\\eclipse\\lianxi\\day19\\src\\day10\\haha1.txt"); while ((len = in.read(b)) != -1) { assert false; str2.append(new String(b, 0, len)); } } catch (Exception e) { e.printStackTrace(); }finally { if(in!=null){ try { in.close(); } catch (IOException e) { e.printStackTrace(); } } } if(str1.equals(str2)){ System.out.println("打印成功"); } // } }
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥20 绿盟安全扫描--检测到目标站点存在javascript框架库漏洞
- ¥30 Android STD快速启动
- ¥15 如何使用simulink建立一个永磁同步直线电机模型?
- ¥30 天体光谱图的的绘制并得到星表
- ¥15 PointNet++的onnx模型只能使用一次
- ¥20 西南科技大学数字信号处理
- ¥15 有两个非常“自以为是”烦人的问题急期待大家解决!
- ¥30 STM32 INMP441无法读取数据
- ¥15 R语言绘制密度图,一个密度曲线内fill不同颜色如何实现
- ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包