Python3 网络爬虫(三) 页面解析 BeautifulSoup模块
Python3 网络爬虫(一) urllib模块 Python3 网络爬虫(二) 正则表达式 re模块 安装pip install beautifulsoup4解析器常用的解析器:”html.parser” “lxml” [“lxml”, “xml”](能够解析XML) “html5lib”soup = BeautifulSoup(html, "html.p...