This commit is contained in:
2020-02-02 15:32:37 +08:00
parent 33af6f5a78
commit ab4cc0210f

11
node/node 包收集.md Normal file
View File

@@ -0,0 +1,11 @@
# node 包收集
- request http请求模块
- koa web服务器
- koa-bodyparser 中间件 对于POST请求的处理koa-bodyparser中间件可以把koa2上下文的 formData数据解析到ctx.request.body中
- superagent http库
- fs 本地文件操作
- os 本机信息
- mongodb 链接mongodb数据库
- cheerio node的jquery {decodeEntities: false} 解析编码
- querystring url编码
- puppeteer 无头浏览器