1:
add();将对象添加到集合
remove();删除集合中的对象
2:
Object[] array = (object[])a.toArray();将集合转化成数组
3:
集合索引下标依然是从0开始
a.get();是获取集合对象