摘要: Requests模块简单入门 #HTTP请求类型 #get类型 r = requests.get('https://github.com/timeline.json') #post类型 r = requests.post("http://m.ctrip.com/post") #put类型 r = r 阅读全文
posted @ 2024-01-11 18:45 那年晚风可期 阅读(17) 评论(0) 推荐(0)