let transform = new stream.Transform({ transform(chunk, encoding, cb) { this.push(chunk.toString()) } }); fs .createReadStream('.
確定! 回上一頁