最佳答案
Nodejs 异步模块: https://github.com/caolan/async提供了两个类似的方法,async.waterfall和 async.series。
他们之间有什么区别?