ClojureDocs

导航

命名空间

join

clojure.string

自 1.2 起可用
  • (join coll)
  • (join separator coll)
Returns a string of all elements in coll, as returned by (seq coll),
 separated by an optional separator.