When I try this: ```clojure (defrecord Attr [has-default default]) (def attr (->Attr true 1)) (get attr :default) ;;=> 1 (:default attr) ...
確定! 回上一頁