首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Shellphon的代码屋
shellphon.github.io/githublog/
博客园
首页
新随笔
联系
订阅
管理
2014年6月10日
function变量困惑
摘要:1 var name = "The Window"; 2 var object = { 3 name : "My Object", 4 getNameFunc : function(){5 return function(){ 6 return this....
阅读全文
posted @ 2014-06-10 22:12 Dont
阅读(573)
评论(0)
推荐(1)
编辑