例:关键方法 ac.add("字符“”); ac.add(位置,“字符”)
结果
例二: 关键方法 a.size() 获取集合长度 a.get() 按位置读取集合内容
ArrayList 集合
原文:https://www.cnblogs.com/gxtoo/p/12250916.html