var fs=require('fs'); var data=fs.readFile('hello.html',function(err,data){ if(err) console.log('读取文件时发生错误!'); else console.log(data.
確定! 回上一頁