count
書式
actionListObject
.count
説明
ActionListオブジェクトの総数を返します。
var aList=new ActionList(); alert(aList.count);
目次に戻る