摘要: function fruits() { } fruits.prototype = { color: 'red', age: '30', say: function() { return this.color; } }; var fru = new fruits(); con... 阅读全文
posted @ 2015-09-25 17:58 小菜鸡12315 阅读(131) 评论(0) 推荐(0) 编辑