createWriteStream (__dirname + '/greetCopy.txt')readable.on('data', function(chunk){ console.log(chunk.length) writable.write(chunk) }) ...
確定! 回上一頁