通过cal调用,可以传递当前类的上下文,以方便另一个类的读取

调用其他类方法, 传递当前上下文,其他类中可以直接用改类中的属性

await otherClassMethod.call(this, type);