摘要: ```python import json import base64 # 输入 x = dict(a=1, b='555', name='中文') # 编码 y = json.dumps(x, indent=2).encode('utf-8') with open('b64.txt', 'wb') 阅读全文
posted @ 2021-08-17 16:30 bregman 阅读(87) 评论(0) 推荐(0)