python3模拟post请求

2018-11-10  本文已影响0人  theo_NI

Python 使用requests发送POST请求

url = 'http://top.baidu.com/region/singlelist'
d = {'boardid': '341', 'divids[]': '904','divids[]': '911','divids[]': '910'}
r = requests.post(url, data=d,proxies=proxies,headers=headers)
print(r.text)
上一篇 下一篇

猜你喜欢

热点阅读