摘要:一、web服务器示例var http = require('http');http.createServer(function(req, res){ res.writeHeader(200, {Content-Type : 'text/plain'}); res.end('hello w...
阅读全文
posted @ 2014-08-04 21:31
我是码农我骄傲
posted @ 2014-08-04 21:31
posted @ 2014-07-27 20:49