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('%
相關文章
相關標籤/搜索