count()
書式
number =
panelsObject
.count()
説明
count()メソッドはpanelオブジェクトの総数を返します。count()はlengthと同じ値になります。
var p=app.panels; alert(p.count());
目次に戻る