words (cons :start (clojure.string/split l #"\s+"))] (for [p (partition 2 1 (remove #(= "" %) words))] {(first p) [(second p)]}))] m)] ...
確定! 回上一頁