function myBind(ctx, ...args) { return (...newArgs) => this.call(ctx, ...args, ...newArgs) }
← 事件循环 装饰器模式 →