cljs (defn multi-case [s] (apply str (map (fn [f c] (f c)) (cycle [clojure.string/lower-case clojure.string/upper-case]) s)) ...
確定! 回上一頁