例如:
(async () => {
const a = await promise();
console.log(a);
})()
promise 函数是可以多次 resolve 值出来的,请问如果 await 之后的函数怎样可以重复执行呢?
隔江千里
相关分类