JS 的forEach、map和async函數

今天需要在成圖前從數據庫依次獲取各點的數據,結果發現直接用數組的forEach和map都無效。 代碼如下: //服務器異步方法總是最後? configEchart=async()=>{ const {stations} = this.state let options = [] await stations.map(async(item,index)=>
相關文章
相關標籤/搜索