随笔分类 -  python

摘要:1. requests 代理 IP proxies 配置 import requests proxies = { "http": "http://192.168.1.1:111", "https": "http://192.168.1.2:222", } requests.get("http://e 阅读全文
posted @ 2020-12-09 23:22 linsonga 阅读(350) 评论(1) 推荐(0)