Quick Clojure: Understanding Dot Dot Macro. Mar 26th, 2010 | Comments. user> (. "hello " trim) "hello" user> (. (. "hello " trim) toUpperCase) "HELLO" user> ...
確定! 回上一頁