setItem method
Replaces the indexth item in the collection with a new value. If index is greater than or equal to the number of strings in the list, this expands the list filling with null values.
setItem(nodeindex, value)
Parameters
unsigned long nodeindex
Index into the collection.
String value
New value to store into the collection, which may be null.
Returns
void
这对您有帮助吗?