摘要:
1、需要的环境 Python2.X Requests 库 2、单字段发送单个文件 在requests中发送文件的接口只有一种,那就是使用requests.post的files参数, 请求形式如下: url = "http://httpbin.org/post" url = "http://httpb 阅读全文
posted @ 2018-10-07 23:32
blogsheng
阅读(775)
评论(0)
推荐(0)