2006年5月6日

在C#中操作XML

摘要: 我用的是一种很笨的方法,但可以帮助初学者了解访问XML节点的过程。 已知有一个XML文件(bookstore.xml)如下: Oberon's Legacy Corets, Eva 5.95 1、往节点中插入一个节点: XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load("bookstore.x... 阅读全文

posted @ 2006-05-06 13:19 Macou 阅读(178) 评论(0) 推荐(0) 编辑

导航