[python] base64使用方法

调用 base64

import base64

编码 & 解码

base64.b64encode(value) #编码
base64.d64encode(value) #解码

参考文献

python 文档:
https://docs.python.org/zh-cn/3.5/library/base64.html

posted @ 2024-08-06 22:28  绪理  阅读(32)  评论(0)    收藏  举报