(union s1 s2 & sets). 返回输入集合的并集。 查看源码. user> (clojure.set/union) #{} user> (clojure.set/union #{:a} #{:b :c}) #{:a :c :b} user> ...
確定! 回上一頁