(use 'clojure.java.io) (with-open [rdr (reader "./file.txt")] (line-seq rdr) ; returns lazy-seq ) ; with-open macro calls (.close rdr).
確定! 回上一頁