随笔分类 -  前端学习区

node.js--初步入门使用
摘要:1.Hello World var http=require('http'); //创建服务器 var server=http.createServer(function(req,res){ //requsert:请求内容 //response:响应内容 console.log('hello wor 阅读全文
posted @ 2018-09-21 12:14 yihuishiyun 阅读(105) 评论(0) 推荐(0)