Clojure 可以很轻松的生成无穷列表1,如下代码:(println (take 10 (range)));;-> (0 1 2 3 4 5 6 7 8 9)通过打印函数结果可知,我们使用take取的 ...
確定! 回上一頁