ClojureDocs

导航

命名空间

slurp

clojure.core

1.0 及后续版本可用 (代码)
  • (slurp f & opts)
Opens a reader on f and reads all its contents, returning a string.
See clojure.java.io/reader for a complete list of supported arguments.