在Clojure中使用class

这个类的class 属性,  不能被获取到

(.getCanonicalName (class XXXX))

但可以直接调用class的方法

(.getCanonicalName XXXXX)

你可能感兴趣的:(在Clojure中使用class)