摘要:
Python爬虫学习02(使用selenium爬取网页数据) 1.1,使用的库 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.sel 阅读全文
摘要:
Python爬虫学习01(使用requests爬取网页数据) 1.1,使用的库: import requests from bs4 import BeautifulSoup 1.2,流程 #1,获取网页的对象 res = requests.get(baseurl,params=params,head 阅读全文