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