const lineReader = require('line-reader'); lineReader.eachLine('/path/to/file', function(line) { console.log(line); ...
確定! 回上一頁