摘要: import base64 # 例子 with open('captcha.png','wb') as f: f.write(base64.b64decode(img_base64)) # 传入需要解密的字符串 阅读全文
posted @ 2019-09-12 17:53 Zz_happy 阅读(145) 评论(0) 推荐(0) 编辑