(mapcat #(clojure.string/split % #"\s+") ["two birds" "three green peas"]) ;; => ("two" "birds" "three" "green" "peas"). Logically this is the same as a map ...
確定! 回上一頁