标签:requests
python 模拟 ajax 请求
一次普通 post 请求 header 信息如下:Accept:application/jsonAccept-Encoding:gzip, deflateAccept-Language:zh-CN,zh;q=0.9,en;q=0.8Connection:keep-aliveContent-Length:0Content-Type:applicat……
17-11-10 立刻查看
python的requests模块多文件上传
Document(here):POST Multiple Multipart-Encoded FilesYou 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 立刻查看