This commit is contained in:
asd
2019-12-07 19:10:34 +08:00
parent 1b6fff715b
commit ea1e3f00fe

View File

@@ -10,6 +10,11 @@ cheerio
>通过jq的语法 解析网页内容 >通过jq的语法 解析网页内容
###具体步骤 ###具体步骤
1.安装所需要用的库 1.安装所需要用的库
yarn global(是否全局)
yarn global(是否全局) add koa koa-router superagent cheerio
通过import 引入
2.