码迷,mamicode.com
首页 > Web开发 > 详细

nodejs初探

时间:2018-01-27 18:54:41      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:function   nod   content   nodejs   log   text   end   class   har   

var http= require(‘http‘);
var server= http.createServer(function(req,res){
res.writeHead(200,{"Content-type":"text/html;charset=UTF-8"});
res.end("<h2>我是标题</h2>")
});

server.listen(3000,"127.0.0.1");

nodejs初探

标签:function   nod   content   nodejs   log   text   end   class   har   

原文地址:https://www.cnblogs.com/qq735675958/p/8366617.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!