读写XML

using System;using System.Xml;using System.Windows.Forms; namespace HVS.Common{ public class ReadXML { public static string GetXMLValueToString(string AppKey) { try { XmlDocument xDoc = new XmlDocument(); xDoc.Load(Applicati...
2008-04-11 13:33 | 阅读 1997 次 | 评论 0 条
浏览24978次