摘要: Form Data Post表单请求 代码示例 headers = { "Content-Type": "application/x-www-form-urlencoded" } requests.post(url, data=data, headers=headers) Request Paylo 阅读全文
posted @ 2023-03-31 22:39 1769987233 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 匹配正则表达式 一键给 headers键值对加上引号 搜寻 (.*?):\s+(.*) 替换 '$1':'$2', $1代表第一个括号中的内容 $2代表第二个括号中的内容 阅读全文
posted @ 2023-03-31 22:14 1769987233 阅读(7) 评论(0) 推荐(0) 编辑
摘要: requests-2.28.2 依赖 certifi-2022.12.7 charset-normalizer-3.1.0 idna-3.4 urllib3-1.26.15 离线安装的时候要注意 阅读全文
posted @ 2023-03-31 21:31 1769987233 阅读(21) 评论(0) 推荐(0) 编辑