
IP属地:天津
1.collection 方法 ArrayList al=new ArrayList();增加 al.add("....")删除 al.remove("....")//al...
1.获取 1.1获取字符串的长度 int length() 1.2根据位置获取某个字符 char charAt(int index) 1.3根据字符获取该字符在字符串中的位...
1.无继承 public class uExtend {public static void test(){System.out.println("父类--静态方法"); ...