摘要:
static void Main(string[] args) { //创建xml文件 string path = @"E:\LinqToXmlTest.xml"; XDocument xdoc = new XDocument(new XDeclaration("1.0", "utf-8", "yes"), new XElement("Root", new XElement("AccessCount", new XAttribute("ClientId", 阅读全文
posted @ 2012-07-31 01:14
乐居猫
阅读(183)
评论(0)
推荐(0)
浙公网安备 33010602011771号