随笔分类 -  python

摘要:调用 base64 import base64 编码 & 解码 base64.b64encode(value) #编码 base64.d64encode(value) #解码 参考文献 python 文档: https://docs.python.org/zh-cn/3.5/library/base 阅读全文
posted @ 2024-08-06 22:28 绪理 阅读(32) 评论(0) 推荐(0)