选择合适的使用异步的方法


1. asynchronous callbacks

2.setTimeout
    设定固定隔多久

3. setInterval()

4. requestAnimationFrame()

5.Promises

6.Promise.all()

7.Async/await


阅读量: 568
发布于:
修改于: