网易云存储的接口跪了吗

This commit is contained in:
结发受长生 2019-07-01 16:51:43 +08:00
parent 1c59f4fd29
commit d230b5a85d

View File

@ -46,7 +46,7 @@ Promise.all(arr.map(show)).then(() => {
})
```
为了比较执行性能的差异, 加了一个计时 ( Nodejs环境运行 )
![Promise.all时间](/images/JavaScript/Promise.all时间.png)
![Promise.all时间](/images/JavaScript/Promise-all时间.png)
#### async/await
```javascript