Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
DOMStringList インターフェイスは、一部の API が返す古い型で、文字列 (DOMString) の変更不可能なリストを表します。現代の API は、代わりに Array オブジェクト(WebIDL では sequence<DOMString>)を返します。
リストの長さを返します。
リストから指定されたインデックスの文字列を返します。
DOMStringList.contains()指定された文字列がリストに含まれるかどうかを示す論理値を返します。
| HTML # the-domstringlist-interface |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2023年7月21日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.