es6 --- > Promise.all等待多個異步任務執行

項目中遇到一個問題,要用多個http請求,獲取數據,而後將獲取的數據統一處理… 第一反應想到用promise.all來作… 下面進入主體jquery // 首先使用promise封裝http請求. function getListByDetecttype (params) { return new Promise((resolve, reject) => { let par
相關文章
相關標籤/搜索