今天看nodejs(v0.8.15)中件模块的源码,看到emit函数的实现时,看到了 if (typeof handler === 'object') {...} , handler是对象,表示懂了,以前用的全是触发回调函数,求解释