中 resolve 如何传递多个参数

2024年11月15日 21:51
有1个网友回答
网友(1):

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