Promise 和 async/await 在JavaScript、TypeScript 中已經很常見了,但你有遇到過 ... new Promise(rs=>{ throw new Error('Error') }).catch(e=>{ ...
確定! 回上一頁