p().then(res=>{
    console.log(‘hh’)
    }).finally(e=>{
    const_x=3
    x =4
    console.log(‘finally’)
    }).catch(_e
    =>{
    console.log(‘处理一下这种情况 catch’, e)
    })