当然从Clojure代码里面调用的java代码还是可能抛出那种需要检查的异常的。 try , catch , finally ... (defn average [coll] (when-not (collection? coll) (throw ...
確定! 回上一頁