createStringList method
Creates an empty StringList object that is an ordered collection of DOMStrings.
createStringList(size )
Parameters
long size
The initial size of the array.
Returns
StringList. The StringList object.
这对您有帮助吗?