说明: 1.加载类库. 例: #include "XMLControl.h"#pragma comment(lib, "CXMLControl.lib")2.构造类对象.例: CXMlControl myObject(“XML文件路径”);3.添加节点.例: myObj ect.AddSingleNode("父节点路径(以’//’开头)", "要添加的节点名称", "节点值","属性列表(属性值=%s[S][[;属性值=%s[S]]…] 例如:attribute1=%s;attribute2=%S 其
<yuanjie2001> 上传 | 大小:39kb