摘要: ```python import requests from requests.adapters import HTTPAdapter, Retry session = requests.Session() retries = Retry(total=3, backoff_factor=1) ses 阅读全文
posted @ 2023-06-28 14:43 郭小睿 阅读(116) 评论(0) 推荐(0) 编辑