IP屬地:重慶
1.collection 方法 ArrayList al=new ArrayList();增加 al.add("....")刪除 al.rem...
1.獲取 1.1獲取字符串的長(zhǎng)度 int length() 1.2根據(jù)位置獲取某個(gè)字符 char charAt(int index) 1.3根...
1.無(wú)繼承 public class uExtend {public static void test(){System.out.println...