【问题标题】:ByteArray using Actionscript 3使用 Actionscript 3 的字节数组
【发布时间】:2018-12-29 23:23:50
【问题描述】:

如何使用 ActionScript 3 卸载 ByteArray? 凭记忆

我试过了:

// non-working solution no.1
byteArray.length = 0;
byteArray = new ByteArray();
//  non-working solution no.2
for ( var i:int=0; i < byteArray.length; i++ ) 
{
    byteArray[i] = null;
}

【问题讨论】:

    标签: arrays actionscript-3 apache-flex


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-08-07
      • 1970-01-01
      • 1970-01-01
      • 2017-10-17
      • 1970-01-01
      • 2023-03-29
      • 1970-01-01
      相关资源
      最近更新 更多