FlayerVEO 学无止境 - Python2 requests-文件上传 的评论 http://124.222.113.99/index.php/archives/1637 ```python import requests #导入模块 url="文件上传网址" #定义文件上传的网址 files={"file":("文件名","文件内容")} #创建文件字典 r...