摘要: function Dog(name) { this.name = name this.say = function () { console.log('name = ' + this.name) } } function Cat(name) { this.name = name this.say = 阅读全文
posted @ 2019-09-21 15:43 国服第一李师师 阅读(142) 评论(0) 推荐(0) 编辑