摘要:
User[] usrs = new User[20];usrs[0] = new User();int[] nums = new int[5]; 0-4 List 接口 ArrayList 是List接口实现类 List abc = new ArrayList(); ArrayList list = 阅读全文
摘要:
String str = "hello"; String a = new String("hello");String b = new String("hello"); 字符串String s = "ok"; 字符char c = 'a'; String 固定长度,不可变 StringBuilder 阅读全文