标签:html5 software XML http size div beautiful 输入 tps
一、BeautifulSoup
说明:www.crummy.com:Beautiful Soup 3只能在python2.x版本中运行,而Beautiful Soup 4还可以在python3.x版本中运行.Beautiful Soup 4速度更快,特性更多,而且与第三方的文档解析库(如lxml和html5lib)协同工作。
方法1、在cmd窗口下,输入:
> pip install beautifulsoup4
即可完成下载。
方法2、https://www.crummy.com/software/BeautifulSoup/bs4/download/下下载源代码,解压后进入文件,执行:
>python setup.py install
安装完成后,在IDLE中输入:
>>>from bs4 import BeautifulSoup
即可使用。
注意:BeautifulSoup中B和S的大写。
二、
标签:html5 software XML http size div beautiful 输入 tps
原文地址:http://www.cnblogs.com/shadrach/p/7465151.html