Promise學習:promise.all()方法

    例子:數組 Promise.all([1,2,3]) .then( all => { console.log('1: ',all); return Promise.all([function(){ console.log("ooxx") },"xxoo",false]) }) .then( all => { console.log('2: '
相關文章
相關標籤/搜索