item method
Returns an item from the store given its index (or null if the index is not valid).
item(itemindex )
Parameters
unsigned long itemindex
The index of the item to be returned. The first item is item 0.
Returns
TableObject. The requested item from the table object store, if any.
这对您有帮助吗?