nodejs copy图片到本目录

var fs=require('fs');

var source =fs.readFileSync('../buffer/logo.png');

fs.writeFileSync('steam_copy_logo.png',source);

你可能感兴趣的:(nodejs copy图片到本目录)