src/clj/clojure/core_print.clj (defmethod print-method clojure.lang.BigInt [b, ^Writer w] (.write w (str b)) (.write w "N"))
確定! 回上一頁