04 2022 档案
摘要:导入模块: from collections import OrderedDict
阅读全文
摘要:![](https://img2022.cnblogs.com/blog/1015604/202204/1015604-20220412221157052-984389281.png)
阅读全文
摘要:读取文件流,然后通过post请求种files参数进行发送模拟 import os import requests current_file = os.path.dirname(__file__) data_file = os.path.join(current_file,'data/demo.xls
阅读全文