XML文件简单操作
摘要:
1读取XML文件using System.Xml;public static string GetAppSetting(string appSettingName){ XmlDocument _settings = new XmlDocument(); string FileName = System.IO.Path.GetDirectoryName(System.Reflection.Asse... 阅读全文
posted @ 2008-08-19 14:57 优雅小猪 阅读(236) 评论(0) 推荐(0)
浙公网安备 33010602011771号