js的promise如何递归调用? 1、通过rejecte(data)h或者resolve(data)将异步响应的数据提取出来,在promise外部使用。promise的then方法,用于处理成功或者失败的回调。//接收上面的回调 var...