使用了async以后的复杂逻辑 var async = require('fs') async.waterfall([ function (callback) { fs.readFile('test1.txt', function (err, ...
確定! 回上一頁