摘要: 1.// 链式编程 function student(id,name){ this.id =id; this.name =name; this.scores = [ {subject:"html",score:90 }, {subject:"js",score:90 } ], this.eat = 阅读全文
posted @ 2021-11-04 17:04 詹小生 阅读(40) 评论(0) 推荐(0)