var async = require("async");async.series([ function(callback){},//如果想使程序提前结束,不再进行下去就callback(err, null)或者callback("err", ...
確定! 回上一頁