代码如下:public class ArrayListDome1 { public static void main(String[] args) { ArrayList list = new ArrayList(); list.add(88);//先用add方法把...