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