会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Lee Hua's Blog
热爱编程 -- 写Bug
首页
联系
订阅
管理
2019年7月29日
Python 网络爬虫代理设置
摘要: requests http/https代理设置 import requests proxy = '120.78.225.5:3128' proxies = { 'http': 'http://' + proxy, 'https': 'https://' + proxy, } try: respons
阅读全文
posted @ 2019-07-29 18:17 LeeHua
阅读(412)
评论(0)
推荐(0)
编辑
公告