我對在Node.js中讀取文件感到很困惑。 fs.open('./ start.html','r',function(err,fileToRead){if(!err){fs.readFile(fileToRead,{encoding:'utf-8'} ...
確定! 回上一頁