摘要: #!/usr/bin/python3 # -*- coding:utf-8 -*- from gevent import monkey # 解决requests post请求递归次数太多的问题,一定要在导入gevent模块前导入 monkey.patch_all() from gevent impo 阅读全文
posted @ 2021-12-17 15:19 風£飛 阅读(15) 评论(0) 推荐(0)