摘要:
import requestsfrom requests.adapters import HTTPAdapters = requests.Session()s.mount('http://', HTTPAdapter(max_retries=3))s.mount('https://', HTTPAd... 阅读全文
posted @ 2015-12-24 12:05
eshizhan
阅读(23140)
评论(0)
推荐(2)
浙公网安备 33010602011771号