摘要: 手动模拟一边编码过程 明白过程 代码全部 python实现 Base64 # base64 原理 def toB64(str_ct: str) -> str: str_ct = str_ct.encode("utf-8") print(str_ct) BASE64_TABLE = "ABCDEFGH 阅读全文
posted @ 2025-08-04 23:27 inks 阅读(6) 评论(0) 推荐(0)