1. pip install beautifulsoup4 :安装beautifulsoup4
2.
from bs4 import BeautifulSoup
3.
bs = BeautifulSoup(browser.page_source, "lxml")
4.
1.https://blog.csdn.net/vincentluo91/article/details/52947214