摘要: import requests from threading import Thread def api(): r = requests.post(url='http://127.0.0.1:8000/download_file_by_time_cpp', data=data) return r i 阅读全文
posted @ 2021-11-26 18:12 Abe1 阅读(9) 评论(0) 推荐(0) 编辑