read text in txt file js. Ssav. const fs = require('fs') fs.readFile("File.txt", (err, data) => { if (err) throw err; console.log(data); }).
確定! 回上一頁