append method
Adds a string to the end of the current collection.
append(value )
Parameters
String value
New value to store into the collection, which may be null.
Returns
void
这对您有帮助吗?