(clojure.string/join " " [(take 4 a) (take-last 4 b)]) (str (take 4 a) " " (take-last 4 b)) 这是因为函数 take 和 take-last 返回延迟序列。问题是:连接多个 ...
確定! 回上一頁