摘要: ----------------------------方法一----------------------------------
//定义类
function StudentObject(){
//Property
this.Name = "";
this.Age = "";
this.Sex = "";
this.Grade = "";
this.Address = "";
this.Phone = "";
//Method
this.tt = ff;
}
阅读全文
posted @ 2007-03-13 17:14 HenryZhang 阅读(186) 评论(0)
编辑