1-1 python数据采集-课程介绍 2-1 python开发环境搭建
from urllib.request import urlopen
pip install beautifulsoup4
验证:
from bs4 import BeautifulSoup
from urllib.request import urlopen
pip install beautifulsoup4
验证:
from bs4 import BeautifulSoup