当前位置: 首页 > 网络学院 > XML相关教程 > XML DOM > DOM ProcessingInstr
The ProcessingInstruction object represents a processing instruction.
ProcessingInstruction[处理指令]对象表示一个处理指令。
The ProcessingInstruction object represents a processing instruction.
ProcessingInstruction[处理指令]对象表示一个处理指令。
A processing instruction is used as a way to keep processor-specific information in the text of the XML document.
处理指令用于维护XML文档文本中特定的处理器信息。
IE: Internet Explorer, F: Firefox[火狐], O: Opera, W3C: World Wide Web Consortium (Internet Standard)??| 万维网联盟(国际标准)
Property 属性 | Description 描述 | IE | F | O | W3C |
---|---|---|---|---|---|
data | Sets or returns the content of this processing instruction 设置或返回处理指令的内容 | ?? | ?? | No | Yes |
target | Returns the target of this processing instruction 返回处理指令的目标 | ?? | ?? | No | Yes |