(require '[clojure.java.io :as io]) (with-open [rdr (io/reader "/tmp/work.txt")] (->> (line-seq rdr) (mapcat #(str/split % #";"))
確定! 回上一頁