update
This commit is contained in:
@@ -22,4 +22,6 @@ superagent.get(''<网址>).end((err,res)=>{
|
|||||||
//其中res.text 就是获取的网站内容的源代码
|
//其中res.text 就是获取的网站内容的源代码
|
||||||
})
|
})
|
||||||
|
|
||||||
3.
|
3.使用cheerio 通过jq分析数据
|
||||||
|
|
||||||
|
let $=cheerio.load()
|
||||||
Reference in New Issue
Block a user