var content; fs.readFile('./Index.html', function read(err, data) { if (err) { throw err; } ... ); what is the reason of Logs undefined?
確定! 回上一頁