2023年4月14日
摘要: import csv 环境介绍: Python 3.8 Pycharm 模块使用: requests >>> pip install requests 数据请求模块 parsel >>> pip install parsel 数据解析模块 csv 内置模块 实现爬虫思路: 明确需求<采集目标网站、需 阅读全文
posted @ 2023-04-14 14:07 小明谈Python 阅读(169) 评论(0) 推荐(0)