LAPTOP-8KA88UT5_20200824-陈浩
问题
Integer w = 1000 ; // auto-boxing
int y = 1000 ;
System.out.println( w == y );//输出true
包装类类型自动拆箱
吐槽
无
点赞
Integer w = 1000 ; // auto-boxing
int y = 1000 ;
System.out.println( w == y );//输出true
包装类类型自动拆箱
无