摘要: 1.下载文件获取文件信息,并删除文件 import urllib.request import uuid import os def binarycode(file): with open(file, 'rb') as fileObj: #读取文件信息,返回Byte格式数据 wav_data = f 阅读全文
posted @ 2022-02-25 12:01 Yueers 阅读(418) 评论(0) 推荐(0) 编辑