Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么 C# 的 tobase64string 将“a46fb104c5ea2fd65df3909f4c6ba4191c2eb4e5”转换为 56 个字符的字符串,而以下站点:http ://tomeko.net/online_tools/hex_to_base64.php?lang=en生成了我想要实现的 base64 编码字符串?这让我快疯了!哈哈。
您必须先将其转换为字节数组。