python使用try-except处理request循环超时报错 作者: zhaoxugeng 时间: 2021-08-25 分类: python 使用request循环调用某一页面或者api时,若遇到请求超时会跳出循环停止运行,因此使用try/except来处理超时问题:import urllib.request,re,time url ...