文档对象模型定义 文档对象模型英文名为 Document Object Model , 简称 DOM ,它是一种比较重要的软件设计模式,不是编程技巧。可以这么说,平生不认 DOM ,便称英雄也枉然,大家应当多多了解它的能力。 文档对象模型是面向对象编程技术的集中体现,若没有完整的面向对象编程思想,是不可能理解和开发文档对象模型,若开发者能开发出文档对象模型,那就说明他 / 她比较完整的理解和掌握了面向对象编程思想。 W3C 国际组织对文档对象模型是这样定义的(摘自 http://www.w3.org/DOM/ ) The Document Object Model is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page. This is an overview of DOM