(require '[cpath-clj.core :as cp] '[clojure.java.io :as io]) (doseq ... (with-open [in (io/input-stream uri)] (io/copy in output-file)))
確定! 回上一頁