DOM:文档对象模型

“文档对象模型”(Document Object Model)通常简称为DOM,这一缩写形式便于快速书写和日常使用。作为计算机科学,尤其是网络开发领域的核心概念,DOM定义了访问和操作HTML与XML文档的标准方法,是构建动态网页和应用程序的重要基础。

Document Object Model具体释义

  • 英文缩写:DOM
  • 英语全称:Document Object Model
  • 中文意思:文档对象模型
  • 中文拼音:wén dàng duì xiàng mó xíng
  • 相关领域dom 网络

Document Object Model的英文发音

例句

  1. The Document Object Model(DOM) is a hierarchy of objects and functions in the Web page.
  2. documentobjectmodel是Web页面中的对象和函数的等级结构。
  3. The Document Object Model(DOM) specifies a tree-based representation for an XML document.
  4. 文档对象模型(DOM)为XML文档指定了树型表示。
  5. To access the XML file, we will use the Document Object Model(DOM) ( DOM ).
  6. 要访问XML文件,我们将利用文档对象模型(DOM)(DocumentObjectModel,DOM)。
  7. Besides, XML already has a standard object model called the Document Object Model(DOM) ( DOM ).
  8. 另外,XML已经有一个标准的对象模型,documentobjectmodel(DOM)。
  9. At this point the model is published, and the program builds a Document Object Model(DOM) ( DOM ) and writes it out to an intermediate XML file ( data ).
  10. 在这里模型已经发布了,程序建立了一个DocumentObjectModel(DOM)并且将其写入中间的XML文件(数据)。