天天看点

python 2.7.x/3.x 安装BeautifulSoup

下载地址:https://www.crummy.com/software/BeautifulSoup/bs4/download/

python setup.py build
python setup.py install

引入包要用
import bs4
from bs4 import BeautifulSoup