Readable Stream 还包括如下常用的方法: ... readableStream.on('data', function(chunk) { writableStream.write(chunk); }); writableStream.end ...
確定! 回上一頁