firstItem()
書式
bookObject =
booksObject
.firstItem()
説明
firstItem()は最初のbookオブジェクトを返します。指定できるパラメーターはありません。
var b=app.books; alert(b.firstItem().name);
目次に戻る