const promiseArr = array1.map(x => Promise.resolve(x)); console.log(promiseArr) // [Promise, Promise, Promise, Promise] // 用then 接結果
確定! 回上一頁