function foo{}foo.prototype.bar(){}foo.prototype.baz(){ this.bar();}刚学js想用面向对象的方法this指针当中并没有bar和baz 查看完整描述