题目大概是这个样子的: var arr = [1,2,3]; async function a(num){ return new Promise((resolve,reject)=>{ setTimeout(()=>{ re...