(ns test-clojure.core) (defn say-hello [name] (str "hello " name)) (comment (say-hello "my-name")). comment 中是我随手写的测试。
確定! 回上一頁