摘要: class LazyManClass { constructor(name) { this.taskList = []; this.name = name; console.log( ); setTimeout(() = { this.next(); }, 0); } eat (name) { va 阅读全文
posted @ 2019-10-11 13:49 樱风凛 阅读(523) 评论(0) 推荐(0)