ES6异步操作 异步操作async/awaitasync函数返回的是一个promise对象,如果在函数中return一个直接量,saync会把这个直接量通过 2019-04-11 JavaScript ES6 async/await