python - Beautiful Soup(一)

一、安装bs4(beautifulsoup4简称) bs4与scrapy的优点就在于对解析的支持,毕竟爬虫后续解析才是最重要的,bs4是python的第三方包; 安装:sudo pip install bs4  -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com; 如果提示如下: You are using pip ve
相关文章
相关标签/搜索