摘要: Requests模块 1、开发哲学(Requests 是以 PEP 20 的箴言为中心开发的) 2、快速上手 1、发送请求 # 导入requests模块 import requests # 获取一个名为r的requests对象 # r = requests.get('https://api.gith 阅读全文
posted @ 2018-05-04 08:31 争-渡 阅读(139) 评论(0) 推荐(0)