该文被密码保护。 阅读全文
posted @ 2021-04-14 10:59 wbnsyw 阅读(1) 评论(0) 推荐(0)
摘要: from selenium import webdriver from selenium.webdriver.chrome.options import Options url1 = 'http://www.netbian.com' # 要爬的网址 path = 'chromedriver.exe' 阅读全文
posted @ 2021-04-14 10:40 wbnsyw 阅读(64) 评论(0) 推荐(0)
摘要: from selenium import webdriver from selenium.webdriver.chrome.options import Options path = 'chromedriver.exe' url = 'http://www.netbian.com/' # 创建一个参 阅读全文
posted @ 2021-04-14 10:38 wbnsyw 阅读(46) 评论(0) 推荐(0)