它是Code Document Object Model(代码文档对象模型)的缩写.CodeDOM经常被用于开发源代码生成器上,其目的是用来最小化重复的编码工作,最小化需要人工书写的源代码行数.
基于32个网页-相关网页
NET Framework 定义一个名为代码文档对象模型(Code Document Object Model,CodeDOM)的对象模型。所有源代码基本上均可拆分为基元元素,并且 CodeDOM 是这些元素的一个对象模型。
基于4个网页-相关网页
NET Framework 定义一个名为代码文档对象模型(Code Document Object Model,CodeDOM)的对象模型。所有源代码基本上均可拆分为基元元素,并且 CodeDOM 是这些元素的一个对象模型。
基于4个网页-相关网页
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)的工作原理。
The main drawback to the generated object model approach is that it ties your code directly to the structure of the XML document.
所生成的对象模型方法的主要缺点是它使您的代码与XML文档结构直接相关。
This code creates a new XML Document Object Model (DOM), then adds all of the data in the $items array to it.
这段代码创建了一个新的 XML 文档对象模型(Document Object Model ,DOM),然后将 $items 数组中的所有数据都保存到这个模型中。
应用推荐