ClojureDocs

导航

命名空间

*打印基数*

clojure.pprint

自 1.2 版本起可用
    Print a radix specifier in front of integers and rationals. If *print-base* is 2, 8, 
    or 16, then the radix specifier used is #b, #o, or #x, respectively. Otherwise the 
    radix specifier is in the form #XXr where XX is the decimal value of *print-base*