package collection_; import java.util. ... addAll(list2); System.out.println("list=" + list); // list=[三國演義, 紅樓夢] // containsAll: ...
確定! 回上一頁