会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
tc310
新随笔
联系
订阅
管理
2023年9月27日
【转】Java判断Integer相等-应该这么这样用
摘要: 先看下这段代码,然后猜下结果: Integer i1 = 50; Integer i2 = 50; Integer i3 = 128; Integer i4 = 128; System.out.println(i1 == i2); System.out.println(i3 == i4); 针对以上
阅读全文
posted @ 2023-09-27 05:35 tc310
阅读(28)
评论(0)
推荐(0)
编辑
公告