0
4
1520
1
1.collection 方法 ArrayList al=new ArrayList();增加 al.add("....")刪除 al.rem...
1.獲取 1.1獲取字符串的長度 int length() 1.2根據(jù)位置獲取某個字符 char charAt(int index) 1.3根...
1.無繼承 public class uExtend {public static void test(){System.out.println...