js 多个异步函数所有返回后执行下一步

array.push(api.post())api array.push(api.post())post Promise.all(array).then(arr=>{push arr.forEach(res=>{ }) })
相关文章
相关标签/搜索