摘要: 1 var http=require("http");2 var server=http.createServer();3 server.on("request",function(req,res){5 console.log(req.url);6 res.end();7 }... 阅读全文
posted @ 2014-10-03 11:59 思思博士 阅读(506) 评论(0) 推荐(0)