node点滴积累----http.createServer()

var http = require("http") http.createServer(function(req,res){//回调函数 console.log(req.httpVersion); console.log(req.headers); console.log(req.method); console.log(req.url);     console
相关文章
相关标签/搜索