Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在调试时能够以简单的方式打印东西通常很方便。
如何在 Clojurescript 中调用 document.write?
像这样:
(.write js/document "hey")