await new Promise() 实现异步变同步

const res = await new Promise((resolve, reject) => {
    
});