循环对象属性
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了循环对象属性相关的知识,希望对你有一定的参考价值。
see http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/statements.html?filter_flex=4.1&filter_flashplayer=10.1&filter_air=2#for..in for details
for (var prop in myObject) { trace("myObject."+prop+" = "+myObject[prop]); }
以上是关于循环对象属性的主要内容,如果未能解决你的问题,请参考以下文章