摘要:
一、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
Hellohuman
阅读(230)
评论(0)
推荐(0)

浙公网安备 33010602011771号