什么是回调地狱,如何使用Promise解决回调地狱 在then的回调函数里面可以继续return 一个Promise对象 这样then方法可以继续调用then方法 第二个then 匹配第一个then方法里面的Promise 以此类推