例如:(async () => { const a = await promise(); console.log(a);})()promise 函数是可以多次 resolve 值出来的,请问如果 await 之后的函数怎样可以重复执行呢? 查看完整描述