- 博客(2)
- 资源 (2)
- 收藏
- 关注
转载 js this
摘自郑高强《cocos2d-js开发之旅》。 this会随着函数使用的场合不同而代表不同的值,原则是指向调用这个函数的对象。 情况一:全局函数。 var x = 1; function test(){ console.log(this.x); } test();//1 var x = 1; function test(){ this.x = 0; } test();
2016-01-15 15:24:57 223
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人