w1114367261 使用父节点的numChildre方法 ,该方法返回int类型的所以子物体个数var i :int ;i = this.var.numChildren;//获取子物体个数//获取单个子物体this.var.getchildAt("想要拿到的子物体下标int类型")//根据下标获取对应子物体