(def bit-bucket-writer (proxy [java.io.Writer] [] (write [buf] nil) (close [] nil) (flush [] nil))) (defmacro noprint "在对给定的`forms`求值的同时静音所有 ...
確定! 回上一頁