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));

    }
}
最近下载更多
1231321321212  LV1 9月18日
tangyongheng08  LV6 5月23日
mariolc  LV6 4月3日
janly989713  LV3 3月4日
n2352441  LV4 3月3日
杨豫川  LV12 1月13日
光头强1024  LV7 1月5日
3263394665  LV9 2023年12月1日
lvllvl  LV4 2023年7月18日
shuigang1218  LV1 2023年6月18日
最近浏览更多
3053921631 10月21日
暂无贡献等级
lqzixi  LV4 10月10日
1231321321212  LV1 9月18日
GG28GG28070  LV5 9月13日
fff2003  LV9 9月12日
颜菜菜  LV2 9月6日
somexi 8月23日
暂无贡献等级
草帽小小鸡  LV7 8月20日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友