用法: requests.get(url, proxies=proxies) proxies的形式:字典 proxies = { "http": "http://12.34.56.79:9527", "https": "http://12.34.56.79:9527" }