2014年1月27日
摘要: var http = require('http'), ,spawn = require('child_process').spawnfunction onRequest(req, res) { var reqUrl = req.url if ('/' == reqUrl || 'favicon.ico' == reqUrl) { return res.end('Im debugger') } res.writeHead(200 ,{'Content-Type': 'text/plain&# 阅读全文
posted @ 2014-01-27 15:00 雨弓 阅读(781) 评论(0) 推荐(0) 编辑