exists (absPath, function(exists) { if(exists) { fs.readFile(absPath,function(err, data) { //if(err) throw err; console.log(data); response.write(data); ...
確定! 回上一頁