会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
***满满***
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2017年10月16日
创建服务器server.js
摘要: npm init y 初始化包,引进packet.json文件 npm安装http包 npm install http --save 创建server.js文件,编写代码 'use strict' var http=require("http"); http.createServer(functio
阅读全文
posted @ 2017-10-16 13:27 **sunshining**
阅读(416)
评论(0)
推荐(0)
编辑