Promise 与 await 组合使用 看例子就行了,废话不多说! async function checkStatus(name){ return new Promise((resolve,re ...