会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
诡异的手柄
首页
新随笔
新文章
管理
2012年9月13日
Javascript中的公有、私有、特权和静态成员
摘要: function myConstractor(message){ this.myMessage=message; //私有属性 var separator='-'; var myOwner=this; //私有函数 function alertMessage() { alert(myOwner.myMessage); } aler...
阅读全文
posted @ 2012-09-13 11:24 诡异的手柄
阅读(112)
评论(0)
推荐(0)
编辑
公告