摘要: pip install Pillow import hashlib from io import BytesIO def get_hash(file): """ :param bytes file: :return: """ md5hash = hashlib.md5(Image.open(file 阅读全文
posted @ 2023-01-10 15:04 _迷途 阅读(297) 评论(0) 推荐(0) 编辑