摘要: class LightFn{ async run(){ while(true){ console.log('this is green 3000'); await this.sleep(3000); console.log('this is yellow 1000'); await this.sle 阅读全文
posted @ 2020-11-15 17:42 尖子 阅读(737) 评论(0) 推荐(0) 编辑