集合 Java • 3年前 (2022-07-15) Collection接口:单列集合,用来存储一个一个的对象 List接口:存储有序的、可重复的数据。 ArrayList、LinkedList、Vect... 阅读 78 次