hytoor

 

2022年11月11日

day19

摘要: jdk5新特性 自动装箱 自动拆箱 :只有在 + - * / 运算符号下才会进行。 Integer 常用method 手动装拆 Integer x = new Integer(1000); float f = x.floatValue(); Integer包装类在包装时,底层参数是String类型。 阅读全文

posted @ 2022-11-11 13:56 hytoor 阅读(10) 评论(0) 推荐(0) 编辑

导航