摘要: //定义一个类function TestClass(name){ //定义一个属性,并设置默认值 this.Name = name || "jxh"; //定义一个对象属性 this.internalClass = new InternalClass(this.Name); //定义一个方法 this.GetFormatName = function() ... 阅读全文
posted @ 2007-01-31 10:00 非我 阅读(513) 评论(0) 推荐(0) 编辑