2019年4月28日

long和int互转

摘要: 现在分long,Long,int,Integer互相转换,分8种情况 a , b long, int b=(int)a; long,Integer b= new Long(a).intValue(); Long,int b= a.inValue(); Long,Integer b= a.intVal 阅读全文

posted @ 2019-04-28 15:53 Kooing 阅读(12425) 评论(0) 推荐(0)

导航