摘要: def split_image_bs4(file, max_len=720): """ 切割图片 :param file: 二进制文件 :param max_len: 最大长度 :return: bs64 """ # f = base64.b64decode(b64) # with io.Bytes 阅读全文
posted @ 2023-03-21 21:23 Wchime 阅读(72) 评论(0) 推荐(0)