摘要:
背景。promise自带catch,外层再使用try-catch。 1、使用async/await:不会进入promise自己的catch。 async function abcd() { try { var p1 = await new Promise((resolve,rej)=>{ conso 阅读全文
摘要:
https://jkchao.github.io/typescript-book-chinese/tips/metadata.html Reflect Metadata #基础 Reflect Metadata 是 ES7 的一个提案,它主要用来在声明的时候添加和读取元数据。TypeScript 在 阅读全文