gomatthew

Results 1 issues of gomatthew

代码 import base64 import json from PIL import Image from easyofd.ofd import OFD with open(r"/Users/9-6/c4bcb65c0.ofd", "rb") as f: ofdb64 = str(base64.b64encode(f.read()), "utf-8") ofd = OFD() # 初始化 OFD 工具类 ofd.read(ofdb64,...