item()
書式
bookObject =
booksObject
.item(
index
)
説明
item()は指定したインデックス番号のbookオブジェクトを返します。
var b=app.books; alert(b.item(2).name);
目次に戻る