摘要: __init__.py import io import os from PIL.Image import Image content = '二进制数据' byte_stream = io.BytesIO(content) # 请求数据转化字节流 roiImg = Image.open(byte_s 阅读全文
posted @ 2021-11-26 18:20 _Q 阅读(6103) 评论(0) 推荐(0)