1. 程式人生 > >文檔對象模型(DOM)

文檔對象模型(DOM)

gic logic 應用程序 document 文檔對象模型 class XML 什麽是 程序

一、什麽是DOM?

官方定義:

The Document Object Model (DOM) is an application programming interface (API) for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated.

文檔對象模型是用於HTML和XML文檔的應用程序編程接口它定義文檔的邏輯結構,以及訪問和操作文檔的方式

文檔對象模型(DOM)