... which closes the writer after the execution of the doseq: (with-open [w (clojure.java.io/writer "/tmp/test.txt")] (doseq [x (range 1 11)] (.write w (str ...
確定! 回上一頁