爬虫之BeautifulSoup, CSS

1. Beautiful Soup的简介

2. Beautiful Soup 安装

能够利用 pip 或者 easy_install 来安装,如下两种方法都可html

easy_install beautifulsoup4python

print soup.name
print soup.head.name
#[document]
#head
 
相关文章
相关标签/搜索