摘要: 题目 代码 js class Man { constructor(name) { this.actions = []; const hello = () = { console.log( ); this.next(); }; this.addAction(hello); setTimeout(() 阅读全文
posted @ 2020-01-19 10:53 ฅ˙-˙ฅ 阅读(154) 评论(0) 推荐(0) 编辑