2020
12-02
12-02
python爬虫 requests-html的使用
一介绍Python上有一个非常著名的HTTP库——requests,相信大家都听说过,用过的人都说非常爽!现在requests库的作者又发布了一个新库,叫做requests-html,看名字也能猜出来,这是一个解析HTML的库,具备requests的功能以外,还新增了一些更加强大的功能,用起来比requests更爽!接下来我们来介绍一下它吧。#官网解释'''ThislibraryintendstomakeparsingHTML(e.g.scrapingtheweb)assimpleandintuitiveasposs...
继续阅读 >