(first (line-seq rdr))). ;; or. (with-open [rdr (io/reader data-file)]. (take 1 (line-seq rdr))). -> "hello world!" Read the first n lines.
確定! 回上一頁