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. 

http://www.quirksmode.org/js/this.html

原文地址:https://www.cnblogs.com/popzhou/p/2650517.html