用的是自己写的es6的promise补丁如何实现一个ECMAScript6的promise补丁大概是这个样子:newPromise(function(resolve,reject){sql1(function(r){resolve(r);})}).then(sql2).then(sql3).then(sql4);