摘要:
requests模块的学习 pip install requests response = requests.get(url,headers) # 发起get请求,请求url地址对应的响应 response = requests.post(url,data={请求体的字典}) # 发起post请求 阅读全文
posted @ 2019-04-16 09:10
liudemeng
阅读(270)
评论(0)
推荐(0)
浙公网安备 33010602011771号