标签:code 加密 你好 abs 使用 int style base64 position
import base64 str1 = "你好" b = base64.b64encode(str1.encode(‘utf-8‘)).decode("utf-8") print(b) print(type(b)) c = base64.b64decode(b.encode("utf-8")).decode("utf-8") print(c)
标签:code 加密 你好 abs 使用 int style base64 position
原文地址:https://www.cnblogs.com/itBlogToYpl/p/13298354.html