1 (defmulti convert class) 2 3 (defmethod convert clojure.lang.Keyword [data] 4 (convert (name data))) 5 6 (defmethod convert java.lang.
確定! 回上一頁