摘要: 两个Integer类型比较不能使用==,要使用equals, == 在-127~128是可以用的,超出这个范围就不行 public static void main(String[] args) throws Exception { Integer a = -129; Integer b = -12 阅读全文
posted @ 2019-04-11 16:50 砖治不服 阅读(810) 评论(0) 推荐(0) 编辑