Promise扫盲贴 thenthen函数可以return另一个promise:constp1=newPromise((resolve,reject)=>{resolve('p1')})constp2=newPromise( 扫盲