在定义记录及其实现的接口后,我可以通过其名称或使用点运算符使用java interop方式调用其方法. user=> (defprotocol Eat (eat [this])) Eat user=> (defrecord animal ...
確定! 回上一頁