摘要: package mytest; public class TestInteger { public static void main(String args[]) { Integer a =127; Integer b =127; System.out.println(a==b); a=128; b 阅读全文
posted @ 2021-01-12 10:19 a-du 阅读(356) 评论(0) 推荐(0) 编辑