readFileSync ('/path/to/file', 'utf-8').split(/\r?\n/).forEach(function(line) { console.log( ...
確定! 回上一頁