XML DOM - 注释 对象
注释对象
注释对象表示文档中注释节点的内容。
注释对象属性
属性 | 描述 |
---|---|
data | 设置或返回此节点的文本 |
length | 返回此节点文本的长度 |
注释对象方法
属性 | 描述 |
---|---|
appendData() | 将数据追加到节点 |
deleteData() | 从节点中删除数据 |
insertData() | 将数据插入节点 |
replaceData() | 替换节点中的数据 |
substringData() | 从节点中提取数据 |
注释对象表示文档中注释节点的内容。
属性 | 描述 |
---|---|
data | 设置或返回此节点的文本 |
length | 返回此节点文本的长度 |
属性 | 描述 |
---|---|
appendData() | 将数据追加到节点 |
deleteData() | 从节点中删除数据 |
insertData() | 将数据插入节点 |
replaceData() | 替换节点中的数据 |
substringData() | 从节点中提取数据 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]