标签: actionscript actionscript-2 base64
我正在尝试将bytearray转换为string。问题是每当我尝试使用NULL附加String.fromCharCode(0)字符时,它会切断字符串的结尾,而不能运行它抛出base64。我尝试使用String.fromCharCode(32) (space)但没有运气。 有关如何解决它的任何想法? 谢谢!
bytearray
string
NULL
String.fromCharCode(0)
base64
String.fromCharCode(32) (space)
答案 0 :(得分:0)
您无需将数据转换为字符串,您可以直接使用Base64Encoder::encodeBytes对ByteArray进行编码。
Base64Encoder::encodeBytes