fs.readFile('image.png', function (err, buffer) {. if (err) throw err;. process(buffer);. });. . var text = fs.readFileSync(fileName ...
確定! 回上一頁