Java开发
摘要: functionPeople(name) { this.name=name; //对象方法 this.Introduce=function(){ alert("Mynameis"+this.name); } } //类方法 People.Run=function(){ alert("Icanrun"... 阅读全文
posted @ 2015-09-28 17:23 King Bruce 阅读(5765) 评论(0) 推荐(1) 编辑