python某步超時就跳過

import requests import eventlet eventlet.monkey_patch() with eventlet.Timeout(2,False): r=requests.get("http://blog.csdn.net/happyanger6/article/details/54766559", verify=False) print('r') pri
相關文章
相關標籤/搜索