摘要:
一、 仅上传文件 import requests url = 'http://example.com/upload_file' file_path = '/path/to/file' with open(file_path, 'rb') as f: files = {'file': f} heade 阅读全文
posted @ 2023-04-03 14:13
Aedline
阅读(4183)
评论(0)
推荐(0)
浙公网安备 33010602011771号