Start with the Clojure CheatSheet. Look at the section "Strings". Some examples: (str/join \| [1 2 3]) => "1|2|3" (apply str (repeat 3 ...
確定! 回上一頁