I can read the file,but I want to get exactly this var Value.
var fs = require('fs'); var readMe = fs.readFileSync('path', 'utf8'); console.log(readMe);
No comments:
Post a Comment