摘要: const fn = (color, wait) => { return new Promise((resolve, reject) => { setTimeout(() => { resolve() console.log(color); },wait); }) } async function 阅读全文
posted @ 2021-09-04 17:08 abcdefgab 阅读(180) 评论(0) 推荐(0)