Clojurescript中的Document.write?

cla*_*laj 6 clojurescript

在调试时能够以简单的方式打印东西通常很方便.

如何在Clojurescript中调用document.write?

小智 12

像这样:

(.write js/document "hey")
Run Code Online (Sandbox Code Playgroud)