8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
要点: 1、await并不阻塞线程 2、async对异步错误处理是使用try/catch 3、使用Promise.all()可以将多个await操作并行