摘要: function Parent(hello){ this.hello = hello; this.sayHello = function(){ alert(this.hello);}}Parent.prototype.sayHello2 = function(){ alert... 阅读全文
posted @ 2015-02-28 17:59 vv_online 阅读(224) 评论(0) 推荐(0) 编辑