From 76fcdbaa20bde37bb1e28cfb21d769357eba13a9 Mon Sep 17 00:00:00 2001 From: asd <374367073@qq.com> Date: Sat, 7 Dec 2019 19:13:34 +0800 Subject: [PATCH] update --- 2019/用node写爬虫.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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