会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
依依似君子
自强不息,厚德载物
博客园
首页
联系
订阅
管理
2007年2月1日
学习笔记 —— Javascript的类(3)
摘要: //定义一个类function TestClass(name){ //初始化时总数+1 TestClass.prototype.Count++; //定义一个属性,并设置默认值 this.Name = name || "jxh"; //定义一个静态类属性 TestClass.prototype.Current.InternalName = this.Name; ...
阅读全文
posted @ 2007-02-01 09:47 非我
阅读(522)
评论(0)
推荐(0)
编辑