11 2016 档案

摘要:DateTime dt = DateTime.ParseExact(dateString, "yyyy-MM-dd HH:mm:ss.fff", System.Globalization.CultureInfo.CurrentCulture); 阅读全文
posted @ 2016-11-17 21:24 旗木卡卡赵赵 阅读(255) 评论(0) 推荐(0)
摘要:XmlDocument doc = new XmlDocument(); doc.Load(localxml + "\\" + Path.GetFileName(xinhuaxml)); System.Xml.XmlElement root = doc.DocumentElement; string 阅读全文
posted @ 2016-11-11 13:38 旗木卡卡赵赵 阅读(612) 评论(0) 推荐(0)