javascript 关键字this详解
In JavaScript this
always refers to the “owner” of the function we're executing, or rather, to the object that a function is a method of.
In JavaScript this
always refers to the “owner” of the function we're executing, or rather, to the object that a function is a method of.