package com.platform;

/**
 * 名称:Test <br>
 * 描述:<br>
 *
 * @author 李鹏军
 * @version 1.0
 * @since 1.0.0
 */
public class Test {
    public static void main(String[] args) {
        //Integer使用equals判断
        Integer a = 127;
        Integer b = 127;
        System.out.println(a == b);
        Integer c = 129;
        Integer d = 129;
        System.out.println(c == d);

        System.out.println(c.equals(d));

    }
}
最近下载更多
陈小灏  LV18 2月23日
dsffssff  LV4 2024年12月17日
educationAAA  LV11 2024年12月13日
zolscy  LV24 2024年11月27日
WHY-small  LV15 2024年11月23日
1231321321212  LV1 2024年9月18日
tangyongheng08  LV6 2024年5月23日
mariolc  LV6 2024年4月3日
janly989713  LV3 2024年3月4日
n2352441  LV4 2024年3月3日
最近浏览更多
zjjhzjb  LV14 2小时前
jigong  LV1 3月27日
W670597  LV2 3月25日
lipiao161  LV16 3月15日
atheking  LV18 3月6日
wyx065747  LV67 1月29日
YafengLiang  LV15 1月7日
微信网友_6955249237250048  LV5 2024年12月28日
13133117021  LV5 2024年12月24日
微信网友_7298641844981760 2024年12月17日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友