核心区别概览特性ListSet核心特性有序、可重复无序、不可重复数据存储允许存储多个null元素(ArrayList/LinkedList)只允许存储一个null元素接口方法get(intindex),add(intindex...