Programmer's Guide (《编程指南》) > Interfaces > W3C DOMStringList interface
W3C DOMStringList interface
The DOMStringList interface is defined in the W3C Document Object Model (DOM) Level 3 Core Specification. (Refer to http://www.w3.org/TR/DOM-Level-3-Core.)
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented. The items in the DOMStringList are accessible via an integral index, starting from 0.
这对您有帮助吗?