createWriteStream('image.png'); var readStream = request(src) readStream.pipe(writeStream); readStream.on('end', function(response) ...
確定! 回上一頁