关于 requests库的安装与说明 快速上手 — Requests 2.18.1 文档 http://2.python-requests.org/zh_CN/latest/user/quickstart.html 发起一个get请求 发起高级get请求 带上了请求头 带上了查询参数 响应的text属性 响应的content属性 响应的其它属性 url,响应网址 encoding,编码 status_code,状态码 演练-百度查询中国 获取响应内容的两个属性的PK 相关文章: