爬虫

作者: yumiii_ | 来源:发表于2019-03-06 16:56 被阅读0次
    1. Beautifulsoup DOM解析:
    dts = soup.find_all("dt",class_="dt mb-4 line")
        for item in dts:
            pass    
    
    1. 解析网页用html.parser,上次用lxml反正出问题了。

    文档地址https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html

    相关文章

      网友评论

          本文标题:爬虫

          本文链接:https://www.haomeiwen.com/subject/ysdxpqtx.html