HTML/XML 解析
-
cheerio
- 代码地址:https://github.com/cheeriojs/cheerio
- 模块简介:Fast, flexible & lean implementation of core jQuery designed specifically for the server.
- 模块描述:可用于网页解析,如spider
-
request
- 代码地址:https://github.com/request/request
- 模块简介:Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.