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
這是否有幫助?