(ns example)
(defn Example []
(def date (.toString (java.util.Date.)))
(println date))
(Example)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265691.html
(ns example)
(defn Example []
(def date (.toString (java.util.Date.)))
(println date))
(Example)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265691.html