菜板tv🙈🙊🙉 async () => { const resp = asyncFunc2() return resp } async () => { const resp = await asyncFunc2() return resp } 这两个函数是等效的,我在自己做大脑按摩🐖