摘要: function People(name){ this.name=name; } People.prototype.showName=function(){ prototype原型 console.log(this.name); } function Student(){ 函数不可以直接调用 和别的 阅读全文
posted @ 2021-11-17 18:26 熊熊日记 阅读(27) 评论(0) 推荐(0)