会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
对味
首页
管理
2020年3月22日
【七天】NodeJS学习总结
摘要: 第一天 一. 使用http模块API 1. 回调响应 // 不推荐使用 res.write('hello') res.write(' world') res.end() // 推荐使用 res.end('hello world') 4. 设置Content-Type (text/plain)数据类型
阅读全文
posted @ 2020-03-22 17:06 对·味
阅读(405)
评论(0)
推荐(0)
公告