简易小说爬虫(带有GUI界面)
效果:
‘, ”).replace(‘‘, ”)
html = etree.HTML(string)
title = html.xpath(‘//div[@class=”bookname”]/h1/text()’)
content = html.xpath(‘//div[@id=”content”]/text()’)
return [title[0], content[0]]
def Del_line(file_path):
“””删除文件空行”””
with open(file_path, “r”, encodi
2021-06-23 17:01:13
111KB
小说
爬虫
界面
1