一、状态表现
pending状态 ,不会触发then和catch
resolved状态,会触发后续的then回调函数
rejected状态,会触发后续的catch回调函数
二、then和catch 改变状态
then 正常返回resolved,里面有报错则返回rejected
catch 正常返回resolved,里面有报错则返回rejected
一、状态表现
pending状态 ,不会触发then和catch
resolved状态,会触发后续的then回调函数
rejected状态,会触发后续的catch回调函数
二、then和catch 改变状态
then 正常返回resolved,里面有报错则返回rejected
catch 正常返回resolved,里面有报错则返回rejected
本文标题:Promise
本文链接:https://www.haomeiwen.com/subject/ddvgiktx.html
网友评论