Learn asynchronous - File Reading in Node js. ... readFileSync('abc.txt',function(err,data){ //Reading File Synchronously if(!err) { console.log(data); } ...
確定! 回上一頁