(def string (str (subs string 0 offset) newstring (subs string (+ offset count)))) ... Strings in Clojure can be treated as sequences, so the usual ;; map, ...
確定! 回上一頁