摘要: 1 public static string TestXML(string path) 2 { 3 4 XmlDocument doc = new XmlDocument(); 5 doc.Load(path); 6... 阅读全文
posted @ 2014-07-02 14:31 vivianC 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: string path = @"D:\a.txt";System.IO.StreamWriter swOut = new System.IO.StreamWriter(path, false, System.Text.Encoding.Default);swOut.WriteLine(strA);s... 阅读全文
posted @ 2014-07-02 14:21 vivianC 阅读(332) 评论(0) 推荐(0) 编辑