Python中request模块学习【深入浅出】
摘要:
安装: pip install requests 使用: import requests HTTP请求:GET、POST、PUT、DELETE、HEAD、OPTIONS 1) get res = requests.get("https://github.com/timeline.json") 2) 阅读全文
posted @ 2018-01-27 20:41 Magic_chao 阅读(447) 评论(0) 推荐(0)
浙公网安备 33010602011771号