求助:我需要用Python中parsel模块提取文章的文本内容,有什么办法
摘要:求助: 像这样 我想提取小说文章内容 怎么提取 我要用的模块有parsel <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=ed
阅读全文
用Python爬取第一次看的小说,童年的回忆
摘要:# -*- coding: utf-8 -*- import requests import re import os if not os.path.exists('青春无悔'): os.mkdir('青春无悔') url = 'https://www.yibige.cc/110006/index.
阅读全文