标签:method nod chrome浏览器 touch function 解析 div 命令行 server
$ touch server.js
$ node server.js
http.createServer(function(req,rep){ rep.writeHead(200,{‘Content-Type‘:‘text/plain‘}); rep.write(‘Hello World‘); response.end(); }).listen();
标签:method nod chrome浏览器 touch function 解析 div 命令行 server
原文地址:http://www.cnblogs.com/zhuxiaopeng/p/7047709.html