async函数会引式返回一个promise,而promise的resolve值就是函数return的值
使用async和await明显节约了不少代码,不需要.then,不需要写匿名函数处理promise的resolve的值,不需要定义多余的data变量,还避免了嵌套代码