function foo{}
foo.prototype.bar(){
}
foo.prototype.baz(){
this.bar();
刚学js想用面向对象的方法this指针当中并没有bar和baz
相关分类