摘要: requests模块发送get请求 # 所有语言都可以做爬虫 》python简单一些 》库多 # 模拟发送http请求的库,requests库 》大佬基于python内置库 urllib(麻烦) 封装--》requests # 安装 pip3 install requests # 模拟发送get请求 阅读全文
posted @ 2022-05-06 20:42 椰子皮0oo0 阅读(64) 评论(0) 推荐(0)
1