async/await改写
来源:9-3 (打点 时间) Uploader 组件第一部分
慕慕8105830
2023-10-31
老师,这段代码我想使用async/await改写应该怎么写?我知道用try/catch来抛出错误,那finally这个回调呢?
写回答
1回答
-
张轩
2023-11-01
同学你好
async await 也支持 finally 的,请看这个帖子:
https://stackoverflow.com/questions/50373337/how-to-use-promise-prototype-finally-in-async-await-syntax
00
相似问题