ES6中 class成员函数单独使用或回调时找不到this的问题 On 2019年5月10日2019年5月22日 by BOSS class Logger{ constructor() { this.x=1; //利用b...