Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ruby 有method_missing,Python 有getattr。Boo 是否提供了一些我可以用来拦截方法调用的东西?
method_missing
getattr
是的,Boo 有IQuackFu。
基本上,您实现IQuackFu,它具有三种方法:
IQuackFu
QuackGet
QuackSet
QuackInvoke
这是一个例子。