摘要: 例子:爬取笔趣阁的小说圣墟 1.爬取小说章节的URL from bs4 import BeautifulSoupfrom selenium import webdriverimport redef book_url(): chromeOptions = webdriver.ChromeOptions 阅读全文
posted @ 2020-04-30 09:49 辉哥哥~ 阅读(796) 评论(0) 推荐(0) 编辑