JavaScript this

this是JavaScript中一个比较混乱的地方。其实理解JavaScript中的this也挺简单的 在ECMA 3th中有这样的一段描述 There is a this value associated with every active execution context. The this value depends on the caller and the type of code b
相关文章
相关标签/搜索