Using async/await combined with map() can be a little tricky. ... item => { //a function that returns a promise return Promise.resolve('ok') } ...
確定! 回上一頁