会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Python之路
目标全栈之路
博客园
首页
新随笔
管理
2017年4月11日
Python Requests 库学习笔记
摘要: 概览 实例引入 import requests response = requests.get('https://www.baidu.com/') print(type(response)) print(response.status_code) print(type(response.text))
阅读全文
posted @ 2017-04-11 22:53 jiangyx
阅读(10252)
评论(0)
推荐(2)
公告