(ns etl) (defn transform [m] (apply hash-map (flatten (map (fn [[k v]] (map #(vector (clojure.string/lower-case %) k) v)) m)))) (defn ...
確定! 回上一頁