摘要: #requests #http 请求 import requests url='http://www.baidu.com' requests.post('url') requests.get('url') requests.put('url') requests.head('url') requests.options('url') #get请求 response=requests.get('... 阅读全文
posted @ 2019-04-04 14:21 G0mini 阅读(226) 评论(0) 推荐(0) 编辑