获得两个列表联合的一种方法是使用 union. Clojure> (into #{} (clojure.set/union '(1,2,3) '(3,4,5))) #{1 2 3 4 5}. 或者如果你想获得一个清单
確定! 回上一頁