(defn dbg ([thing] (dbg "XXX" thing)) ([prefix thing] (println prefix) (print (with-out-str (clojure.pprint/pprint thing))) thing)).
確定! 回上一頁