ClojureDocs

导航

命名空间

with-out-str

clojure.core

1.0 版及以后版本可用 (源代码)
  • (with-out-str & body)
Evaluates exprs in a context in which *out* is bound to a fresh
StringWriter.  Returns the string created by any nested printing
calls.