会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
LyZhi
管理
2021年11月7日
node.js 服务器
摘要: http服务器搭建 const http = require('http');//引入http模块 const server=http.createServer(function(req,res){ if(req.url=='/'){ res.end('返回数据') } }).listen(4000
阅读全文
posted @ 2021-11-07 15:21 lyzhi
阅读(53)
评论(0)
推荐(0)
编辑
公告