HTML Document Object Model的意思|示意

美 / / 英 / /

HTML文档对象模型


HTML Document Object Model的网络常见释义

文档对象模型 ...OM是无法对其进行操作的,这个时候我们就需要使用HTML DOM来对其进行操作,HTML DOM是HTML Document Object Model(文档对象模型)的缩写,它将网页中的各个元素都看作一个个对象,从而使网页中的元素也可以被计算机语言获取或者编辑。

HTML Document Object Model相关例句

Adds an event handler for a named event on the HTML Document Object Model (DOM).

从HTML文件物件模型(DOM)上的具名事件移除事件处理常式。

It means using the document object model, it means for HTML and SVG, and so on.

它意味着使用文档对象模型,意味着HTML和SVG。

The main purpose of semantic tags is to re-use the normal content of an HTML document, and to annotate it with meta-information that is evaluated during Document Object Model (DOM) parsing.

语义标签的主要目的是再使用 HTML 文件的正常内容,并使用在 Document Object Model(DOM)分析期间评价的源信息对其进行注解。

It adds a listener to the button, then puts them both into HTML elements whose document object model (DOM) IDs match the strings passed to RootPanel.get .

它将向按钮添加侦听程序,然后将按钮和标签都放入文档对象模型(DOM) ID匹配传递给RootPanel . get的字符串的HTML元素。

Annotation works on a document Object Model (DOM) version of a parsed HTML document by applying annotations to DOM elements that are selected by XPath statements. For example, the statement.

注释通过将注释应用到xpath语句所选择的文档对象模型(Document Object Model, DOM)元素上在一个已解析的HTML文档的DOM版本上工作。

The DOM Explorer allows developers to examine and manipulate the Document Object Model of an HTML page.

DOM资源管理器(DOM Explorer)使得开发者可以检查并操作HTML页面中的文档对象模型(Document Object Model)。