Windows Mobile 文件保存
在开发Windows Mobile 程序时 程序运行到
XmlDocument doc = new XmlDocument();
XmlElement root = doc.CreateElement("Messages");
doc.Save("messages.xml");运行至这一句出现错误,请高手指教.只说是xml错误,我在控制台程序那边运行正常
[解决办法]
如果觉得xml格式不好用,就用json格式存储吧