搜索
" 博客内包含标签「python」的文章 共2篇 "
# python
python爬虫下载mp3
import requests import os # 基础URL base_url = "https://www.gushiciqu.com...
python爬虫示例
需求:读取wangzhi.txt文件内的网址,把想要的内容输入为文本import requests from bs4 import BeautifulSo...
