摘要: 代码: 1 import sys 2 import io 3 import re 4 sys.stdout=io.TextIOWrapper(sys.stdout.buffer,encoding='gb18030') 5 import requests 6 from bs4 import Beaut 阅读全文
posted @ 2019-12-06 20:32 黄伟564 阅读(436) 评论(1) 推荐(0) 编辑
摘要: 运行结果: 代码: 1 import requests 2 from bs4 import BeautifulSoup 3 from selenium import webdriver 4 import os 5 6 class NovelSpider: 7 def __init__(self): 阅读全文
posted @ 2019-12-06 20:25 黄伟564 阅读(499) 评论(1) 推荐(0) 编辑