Promise的.then .catch
Posted jiangchengbiao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Promise的.then .catch相关的知识,希望对你有一定的参考价值。
定义一个promise
调用promise 如果promise的状态为resolve 则 执行 .then 否则执行.catch
可以有多个.then 会按顺序执行
axios.post 可以后面跟多个then
以上是关于Promise的.then .catch的主要内容,如果未能解决你的问题,请参考以下文章