List 是Collection接口的子接口,拥有Collection所有方法外,还有一些对索引操作的方法。 void add(int index, E element);:将元素element插入到List集合 ...
確定! 回上一頁