摘要: function getData(d) { setTimeout(() => { if (typeof d "number") { run.next(d/2) } else { run.next(d) } }, 500) } function* gen() { var x = 1 + (yield 阅读全文
posted @ 2023-10-26 14:43 Zhentiw 阅读(1) 评论(0) 推荐(0) 编辑