(defn split-every-n-chars [sz string] (if (empty? string) () (try (let [beg (subs ... Strings in Clojure can be treated as sequences, so the usual ;; map, ...
確定! 回上一頁