在clojure中,我经常使用如下代码: (into [] (range 3)). 但是后来我看到使用了这段代码: (apply vector (range 3)). 这两个代码示例有什么区别?
確定! 回上一頁