为了了解Clojure的基本语法,我们先来看一个简单的Hello World程序。 ... 例(ns clojure.examples.hello(:gen-class)) (defn hello-world [](println "Hello World")) ...
確定! 回上一頁