forIn
Method
static
( o:Object, cb:Function, thisObj:Object=null ):Object
지정한 대상 객체에 대한 for-in 노테이션을 수행한다.
리터럴 타입과 배열, 오브젝트형 모두 지원하며, NodeList,Collection 객체도 지원한다.
test forIn
참조 :
-
Global.LtnU
-
Global.Leturn.Util