String.fromCharCode(0)问题 - actionscript 2

时间:2011-08-23 08:42:11

标签: actionscript actionscript-2 base64

我正在尝试将bytearray转换为string。问题是每当我尝试使用NULL附加String.fromCharCode(0)字符时,它会切断字符串的结尾,而不能运行它抛出base64。我尝试使用String.fromCharCode(32) (space)但没有运气。 有关如何解决它的任何想法? 谢谢!

1 个答案:

答案 0 :(得分:0)

您无需将数据转换为字符串,您可以直接使用Base64Encoder::encodeBytes对ByteArray进行编码。