我分享了代码,async 与 await , async 函数的返回是一个 peomise 对象 , await 必须是在 async 函数里面, await 的右边一般是promise对象,且仅接受成功回调resolve