Set 和List互相转换,1.Listlist=newArrayList(set);List list = new ArrayList(new HashSet()); //set转list2.Setset=newHashSet(list);Set set = new ...
確定! 回上一頁