会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
✕
今晚能吃个鸡腿🍗么
文档
文档
管理
随笔分类 -
python
Python 使用 requests 代理 IP
摘要: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)