var server = http.createServer(function(req, res){ var pathName = url.parse(req.url).pathname; var realPath = req.url.substring(1); var ...
確定! 回上一頁