另外,它是由HashMap實現的,不保證元素的順序,而且HashSet允許使用null 元素。 HashSet的元素添加方式 //向hashset中添加一個字符串hashset.add("abc"); //向hashset ...
確定! 回上一頁