This commit is contained in:
asd
2019-12-07 19:13:34 +08:00
parent 2a6980ad81
commit 76fcdbaa20

View File

@@ -22,4 +22,6 @@ superagent.get(''<网址>).end((err,res)=>{
//其中res.text 就是获取的网站内容的源代码
})
3.
3.使用cheerio 通过jq分析数据
let $=cheerio.load()