async await 要点1.await 后面可以追加promise对象 获取resolve的值2.await 必须包裹在async函数里面3.async 函数执行返回的也是一个promise对象4.try-catch 截获promise中reject的值