createServer(function (req, res) { var filePath = req.url.substring(1); fs.readFile(filePath, function(err, data) { // if there is an error reading the file, ...
確定! 回上一頁