使用了async以後的複雜邏輯 var async = require('fs') async.waterfall([ function (callback) { fs.readFile('test1.txt', function (err, ...
確定! 回上一頁