问答详情
源自:3-1 then 的嵌套

then的归属问题

可不可以这么理解,一旦在一个then中返回一个promise,之后链式的then都属于这个返回的promise了?

提问者:edgex 2018-07-15 14:08

个回答

  • 夜猫sama的小弟
    2018-07-20 18:13:56

    一个then中返回一个promise,进入下一个then,又会返回一个promise,就算进入到catch也会返回一个promise