下面是not-any? 的使用示例: (ns clojure.examples.example (:gen-class)) (defn Example [] (println (not-any? even? '(2 4 6)))) (Example) ...
確定! 回上一頁