摘要:
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
阅读(1016)
评论(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
阅读(340)
评论(0)
推荐(0)
浙公网安备 33010602011771号