clojure -基本语法-函数定义July 28, 2015 21:12 PM1.创建函数1.fn 匿名函数举例如下:user=> (fn [] "hello") # user=> ((fn [] "hello")) "hello" ...
確定! 回上一頁