(with-open [rdr (open-file path)] (doseq [line (line-seq rdr)] (js/console.log line))) ... Note: cljs macros have to be written in clojure.
確定! 回上一頁