摘要: 1 /** 2 * 基本数据类型与包装类,String类型的三者转换 3 * 4 * 5 */ 6 7 public class Demo3 { 8 public static void main(String[] args) { 9 10 Integer i=new Integer(15); 11 阅读全文
posted @ 2021-09-17 22:38 tiiiiii 阅读(68) 评论(0) 推荐(0)
摘要: 1 public class Demo3 { 2 public static void main(String[] args) { 3 Son son=new Son(); 4 Son son1=new Son(1.0); 5 Son son2=new Son(1.0,"white",4); 6 S 阅读全文
posted @ 2021-09-17 14:32 tiiiiii 阅读(40) 评论(0) 推荐(0)