var fs = require('fs'); var data = ''; var readStream = fs.createReadStream('my-file.txt', 'utf8'); readStream.on('data', ...
確定! 回上一頁