标签:ios1 传递 执行器 div 不同 参数 promise color mil
1 Promise.all([ 2 axios1, 3 axios2, 4 axios3 5 ]).then(res => { 6 console.log(res) 7 }).catch(err => { 8 console.log(err) 9 })
// axios1、axios2、axios3是三个不同的请求,带的有各自的参数,统一在then中处理回调
标签:ios1 传递 执行器 div 不同 参数 promise color mil
原文地址:https://www.cnblogs.com/cq-0715/p/10175279.html