使用selenium爬取淘宝实战.md

##使用selenium爬取淘宝实战 确定要爬取的内容 爬取左侧的一级类型(女装/男装/内衣等等),和右侧的二级类型(秋上新/连衣裙等等) 导入selenium 在这之前需要安装webdriver 可以自行去百度安装 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.
相关文章
相关标签/搜索