QString QDomNode::nodeName() const QString QDomElement::tagName() const
这两个的返回结果是一样的。
将QDomNode转换为QDomElement,这两个函数返回的都是xml的节点名字。
时间: 2024-12-09 04:39:51
QString QDomNode::nodeName() const QString QDomElement::tagName() const
这两个的返回结果是一样的。
将QDomNode转换为QDomElement,这两个函数返回的都是xml的节点名字。