[m] (let [f (fn [[k v]] (if (string? k) [(keyword k) v] [k v]))] (clojure.walk/postwalk (fn [x] (if (map? x) (into {} (map f x)) x)) m))).
確定! 回上一頁