摘要: function People(name){ this.name=name; //对象方法 this.Introduce=function(){ alert("My name is "+this.name); }}//类方法People.Run=function(){ alert("I can ru 阅读全文
posted @ 2017-04-21 22:02 勒邦 阅读(155) 评论(0) 推荐(0) 编辑