摘要: Python爬虫:使用requests的POST请求提交相同键多个值 问题解决方法 问题 想使用 POST 提交数据时,发现网站提交的表单数据是相同的 key 带不同的 value ,如下图: requests.post(url, data={'experiment_id[]':'data1','e 阅读全文
posted @ 2023-02-14 16:35 Dancing-Pierre 阅读(33) 评论(0) 推荐(0)