obj.toString=function(){
return this.x+this.y
}
为啥后面调用直接调用obj就可以调用obj.toString ?
有大佬能解答一下吗?
是对象原型上带的方法