摘要: Python爬虫学习02(使用selenium爬取网页数据) 1.1,使用的库 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.sel 阅读全文
posted @ 2022-07-13 20:50 xiiii 阅读(1115) 评论(0) 推荐(0) 编辑
摘要: Python爬虫学习01(使用requests爬取网页数据) 1.1,使用的库: import requests from bs4 import BeautifulSoup 1.2,流程 #1,获取网页的对象 res = requests.get(baseurl,params=params,head 阅读全文
posted @ 2022-07-13 17:09 xiiii 阅读(1248) 评论(0) 推荐(0) 编辑