会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sunnor
博客园
首页
新随笔
联系
订阅
管理
2015年4月30日
javascript中的this
摘要: 关于js中的this,记住这句话:那个对象实例调用this所在的函数,那么this就代表哪个对象实例。function test() { alert(this.x); } var o = {}; o.x = 1; o.m = test; o.m(); //1 console.group("xxxx...
阅读全文
posted @ 2015-04-30 16:41 Sunor
阅读(185)
评论(0)
推荐(0)
编辑
公告