ActionScript 3 关于删除

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 关于删除相关的知识,希望对你有一定的参考价值。

//delete will not delete the content,but the variable container,so the content will still survives in memory until all reference are removed and it is collected by the garbage collect.

var foo = bar = new Object();
delete(foo);
trace(bar);//Object object

以上是关于ActionScript 3 关于删除的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 - 在舞台上添加和删除孩子

ActionScript 3 删除Array中的重复单词

ActionScript 3 删除对象,iPhone App样式

ActionScript 3 从关联数组中删除元素

ActionScript 3 删除ascii文本格式

ActionScript 3 删除DisplayObject的所有子项