导航栏: 首页 评论列表

About

默认分类 2011-01-12 18:55:30

function aboutMe(){     this.name = "haiyang";     this.age = 30;     this.occuption = "Front-end Engineer[Web Developer]";     var email = "haiyang5210#foxmail.com"; } aboutMe.prototype.status = "Free"; aboutMe.prototype.working = function(){     this.status = "Working...."; };


>> 留言评论