createReadStream ('input.txt'); // 设置编码为utf8。 readerStream.setEncoding('UTF8'); // 处理流事件--> data, end, and error readerStream.on('data', ...
確定! 回上一頁