Fork me on GitHub
摘要: 代码测试 public class IntegerTest { public static void main(String[] args) { Integer i1 = 127; Integer i2 = 127; System.out.println(i1 == i2); Integer i3 阅读全文
posted @ 2020-07-08 09:18 磊哥|www.javacn.site 阅读(1149) 评论(1) 推荐(1) 编辑