摘要: 爬取小说: from bs4 import BeautifulSoup import requests class spiderstory(object): def __init__(self): self.url = 'http://www.365haoshu.com/Book/Chapter/' 阅读全文
posted @ 2019-12-14 21:41 辣條先生 阅读(250) 评论(0) 推荐(0)