摘要: 1.主题:西游记小说网站爬取 图片如下 2.源代码: import requestsfrom bs4 import BeautifulSoupurl='http://www.eywedu.com/Xiyou/01/index.htm'r=requests.get(url)r.raise_for_st 阅读全文
posted @ 2020-05-03 16:46 侯懿轩 阅读(192) 评论(1) 推荐(0)