(defrecord MyRecord [name]) (let [record (MyRecord. "Hello World")] (set! record.toString (fn [] (:name (js* "this")))) (str record))
確定! 回上一頁