约 304,000 个结果
在新选项卡中打开链接
  1. 文档对象模型(DOM) - Web API | MDN - MDN Web Docs

    文档对象模型(DOM)通过将文档的结构(例如表示网页的 HTML)以对象的形式存储在内存中,将网页与脚本或编程语言连接起来。 尽管将 HTML、SVG 或 XML 文档建模为对象并不是 JavaScript 核心 …

  2. HTML DOM 教程 | 菜鸟教程

    HTML DOM 教程 DOM (Document Object Model) 译为 文档对象模型,是 HTML 和 XML 文档的编程接口。 HTML DOM 定义了访问和操作 HTML 文档的标准方法。 DOM 以树结构表达 HTML 文档。

  3. Home | Dominion Energy

    Select your Dominion Energy service location to view information relevant to your region.

  4. JavaScript HTML DOM - W3Schools

    "The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a …

  5. DOM 简介 - Web API | MDN - MDN 文档

    DOM 简介 文档对象模型 (DOM) 是构成网页结构和内容的对象的数据表示。 本指南将介绍 DOM,了解 DOM 如何在内存中表示 HTML 文档,以及如何使用 API 创建 Web 内容和应用程序。

  6. JS中DOM详解【十大点】 - CSDN博客

    2024年8月28日 · JavaScript DOM 详解 JavaScript 中的 DOM(文档对象模型)是前端开发的重要知识点。 它通过对象结构来表示 HTML 或 XML 文档,并提供对其内容进行操作的接口。 本文将详细介绍 …

  7. JavaScript DOM Tutorial

    This section covers the JavaScript Document Object Model (DOM) and shows you how to manipulate DOM elements effectively.

  8. HTML - Document Object Model

    The Document Object Model (DOM) is a programming interface that works as a bridge between web pages and scripts or programming languages. It represents a web document (like an HTML or XML) …

  9. Document Object Model (DOM) - Web APIs | MDN - MDN Web Docs

    2025年11月7日 · The Document Object Model (DOM) connects web pages to scripts or programming languages by representing the structure of a document—such as the HTML representing a web …

  10. DOM --- 一文弄懂_网页dom-CSDN博客

    2024年12月19日 · 1. DOM是什么? DOM(Document Object Model)即文档对象模型,是针对HTML和XML文档的一个API(应用程序编程接口)。 它将整个文档(例如一个HTML页面)表示为一个由节 …