For this you can resolve in the promise2 the promise1 , because promises are chainable. (async ()=>{ const promise1 = new Promise(()=>{}) ...
確定! 回上一頁