AttributeError: module 'select' has no attribute 'error'解决方法

gevent 实现多协程的时候,出现了上面的错误 错误的代码以下:python import requests from gevent import monkey monkey.patch_all() import gevent def f(url): print('GET: %s' % url) data = requests.get(url).text print('%
相关文章
相关标签/搜索