中 resolve 如何传递多个参数

2024-11-15 21:51:58
推荐回答(1个)
回答1:

可以考虑用object传递然后
then((obj)=>{
let {a,b,c} = obj
});