diff --git a/2019/用node写爬虫.md b/2019/用node写爬虫.md index 5acc2ba..a890585 100644 --- a/2019/用node写爬虫.md +++ b/2019/用node写爬虫.md @@ -22,4 +22,6 @@ superagent.get(''<网址>).end((err,res)=>{ //其中res.text 就是获取的网站内容的源代码 }) -3. \ No newline at end of file +3.使用cheerio 通过jq分析数据 + +let $=cheerio.load() \ No newline at end of file