标签:requests
python 模拟 ajax 请求
一次普通 post 请求 header 信息如下: Accept:application/json Accept-Encoding:gzip, deflate Accept-Language:zh-CN,zh;q=0.9,en;q=0.8 Connection:keep-alive Content-Length:0 Content-Type:applicat……
17-11-10 立刻查看
python的requests模块多文件上传
Document(here): POST Multiple Multipart-Encoded Files You can send multiple files in one request. For example, suppose you want to upload image files to an HTML form with a multipl……
17-04-11 立刻查看