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 2018年6月.
scripts は Document インターフェイスのプロパティで、文書中の <script> 要素のリストを返します。返されるオブジェクトは単一の HTMLCollection オブジェクトです。
HTMLCollection です。これを使用して、リスト中のすべての要素を配列のように取得することができます。
ページ内の <script> 要素の存在を確認する例を以下に示します。
| HTML # dom-document-scripts-dev |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2024年6月19日 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.