We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
深入理解javascript的一些特性(静态作用域,this指针,闭包)
The many faces of this in javascript
this
javascript是静态的词法作用域,为什么this却是动态的?
javascript
this是对当前"对象"的上下文环境的一个补充.this只是作为一个关键字来显示当前上下文环境的.