DOM-Document Object Model的意思|示意
dom -文档对象模型
DOM-Document Object Model的网络常见释义
文档对象模型 在最新的浏览器中,都支持标准的文档对象模型(DOM-Document Object Model),使得JS能够在不同的浏览器中得到兼容。
文档对象模式 文档对象模式(DOM-Document object Model)标准。 为给结构化的数据编写脚本提供了标准,这样开发人员就能够基于XML 的 数据同计算机进行交互作用。
DOM-Document Object Model相关短语
1、 DOM Document Object Model 文档对象模型
2、 DOM Document Object Model- 文档对象模型
3、 DOM M Document Object Model 文档对象模型
DOM-Document Object Model相关例句
You've had two full articles of introduction to the Document Object Model, or DOM; you should be pretty comfortable with how the DOM works by now.
前面两期文章已经详细介绍了文档对象模型或者 DOM,读者应该很清楚 DOM 是如何工作的了。
A library — called the document object model (DOM) — allowing updates of the existing Web page.
称作文档对象模型(DOM)的库,允许对现有Web页面进行更新。
Last but not least, there's the DOM, the Document Object Model.
最后还有DOM,即文档对象模型。
Only after the Document Object Model (DOM) decided to ignore the spec did the XML Core group introduce an erratum to rewrite history and pretend XMLNS had always been identified by a namespace.
只不过当文档对象模型(DOM)决定忽略该规范之后,xml Core工作组才提出了一项修正并参改了历史,伪称xmlns一直都用名称空间标识。
The Document Object Model (DOM) specifies the representation of Web pages and related browser objects so they can be accessed and manipulated by an ECMAScript program.
文档对象模型 (DOM) 指定了 Web 页面的表示方法和相关的浏览器对象,因此可以通过 ECMAScript 程序进行访问和操作。
You need to know how the Document Object Model (DOM) works only if you wish to change the code in this tutorial to suit your own applications.
只有当希望修改本教程中的代码以适应具体应用程序时才需要了解文档对象模型(DOM)的工作原理。