python的Requests模块使用tips时间:2024-06-21 21:04:08post方法提交的是表单,要用data放dict get方法请求的是参数,要用params放dict HTTP头部是大小写不敏感的