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.
如何在 Actionscript 中解码 Base32 编码的字符串?
/马丁
这是一个执行 Base32 的 JavaScript 库:
http://www.tumuski.com/2010/04/nibbler/
它可能只是在 ActionScript 中解决问题,因为两者都是 ECMAScript。
基32?只是出于好奇:谁会使用它?我建议搜索一个 Base64 库(网上有 2 个或 3 个)并修改它。应该很直截了当。
问候 back2dos