Promise 有几种状态,什么时候会进入catch?
Promise 有几种状态 三个状态:pending、fulfilled、reject
两个过程:padding -> fulfilled、padding -> rejected Promise 什么时候会进入 catch 当 pending 为 rejected 时,会进入 catch ;
卷帝
Promise 有几种状态 三个状态:pending、fulfilled、reject
两个过程:padding -> fulfilled、padding -> rejected Promise 什么时候会进入 catch 当 pending 为 rejected 时,会进入 catch ;