0
4
1520
1
1.collection 方法 ArrayList al=new ArrayList();增加 al.add("....")删除 al.rem...
1.获取 1.1获取字符串的长度 int length() 1.2根据位置获取某个字符 char charAt(int index) 1.3根...
1.无继承 public class uExtend {public static void test(){System.out.println...