requests爬虫,POST无参请求一直在请求中,不响应的原因:
headers = {
'User-Agent': "...",
'Accept': 'application/json, text/plain, */*',
'...': '...',
'...': '...',
# 罪大恶极的参数:
'Content-Length': '...',
}
res = requests.post(url, headers=headers)
把罪大恶极的参数删掉,能否解决你的问题看天意,我的解决了