有没有一种方法可以在Javascript中模拟Smalltalk的dosNotUnderstand或Ruby的method_missing?
解决方法:
JavaScript标准中没有定义所有方法,但是Mozilla为SpiderMonkey和Rhino(显然包括Firefox)实现了非标准__noSuchMethod__
.
您可能也有兴趣查看针对以下堆栈溢出问题的@CMS’ answer:
> Is there an equivalent of the noSuchMethod feature for properties, or a way to implement it in JS?