CSDN博客地址
摘要: 1:使用HTTP长连接的方式进行发送请求: 代码如下: import osimport requestsfrom requests.adapters import HTTPAdapterfrom requests.exceptions import ConnectionError class Ali 阅读全文
posted @ 2019-12-10 17:17 Yi_warmth 阅读(688) 评论(0) 推荐(0)
摘要: 1:requests模块和gevent混合使用时需要先导入gevent再导入requests模块 阅读全文
posted @ 2019-12-10 16:43 Yi_warmth 阅读(500) 评论(0) 推荐(0)
CSDN博客地址