如果调用then的Promise的状态(fulfillment或rejection)发生改变,但是then中并没有关于这种状态的回调函数,那么then将创建一个没有经过回调函数处理的新Promise对象
promise进入fulfilled状态,则以当前promise的完成结果作为新promise的完成结果.Promise.prototype.then(onFulfilled,onRejected)添加解决(fulfillment