例如:
(async () => { const a = await promise(); console.log(a); })()
promise 函數是可以多次 resolve 值出來的,請問如果 await 之後的函數怎麼可以重複執行呢?
ringa_lee
Promise屬於單值push類型,可以使用RxJs的Observable,可以多值push
http://blog.csdn.net/hzaini89...
參考下
Promise屬於單值push類型,
可以使用RxJs的Observable,可以多值push
http://blog.csdn.net/hzaini89...
參考下