update
This commit is contained in:
parent
b960a834a1
commit
72a0f11a68
16
node 包收集.md
16
node 包收集.md
@ -1,11 +1,11 @@
|
|||||||
# node 包收集
|
# node 包收集
|
||||||
request http请求模块
|
- request http请求模块
|
||||||
koa web服务器
|
- koa web服务器
|
||||||
koa-bodyparser 中间件 对于POST请求的处理,koa-bodyparser中间件可以把koa2上下文的formData数据解析到ctx.request.body中
|
- koa-bodyparser 中间件 对于POST请求的处理,koa-bodyparser中间件可以把koa2上下文的 formData数据解析到ctx.request.body中
|
||||||
superagent http库
|
- superagent http库
|
||||||
fs 本地文件操作
|
- fs 本地文件操作
|
||||||
os 本机信息
|
- os 本机信息
|
||||||
mongodb 链接mongodb数据库
|
- mongodb 链接mongodb数据库
|
||||||
### cheerio node的jquery
|
### cheerio node的jquery
|
||||||
- {decodeEntities: false} 解析编码
|
- {decodeEntities: false} 解析编码
|
||||||
querystring url编码
|
- querystring url编码
|
Loading…
Reference in New Issue
Block a user