You can call a static method using (ClassName/methodName arguments)
.
However class
is not a static method, it's a java keyword and you don't need it in clojure. To get the Class object associated with the String class, just use String
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…