Consider this function, which has a reflective call to String.split: (defn split-name [user] (zipmap [:first :last] (.split (:name user) " "))) ...
確定! 回上一頁