function construct() {this.a = function() {this.b(); //提示b不是一个函数。为什么}this.b = function() {console.log(2222)}} 查看完整描述