摘要:
提供两种方式:1. XmlDocument对象通过XmlReader反序列化为实体对象 xmlpath=System.Windows.Forms.Application.StartupPath+@"\books.xml"; XmlDocument doc = new XmlDocument(); doc.Load(xmlpath); XmlReader reader = System.Xml.Xm... 阅读全文
posted @ 2010-09-07 13:30
sunfny
阅读(353)
评论(0)
推荐(0)
浙公网安备 33010602011771号