摘要: 已知有一个XML文件(bookstore.xml)如下: Oberon''s Legacy Corets, Eva 5.95 1、往节点中插入一个节点: XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load("bookstore.xml"); XmlNode root=xmlDoc.SelectSingleNode(... 阅读全文
posted @ 2008-09-20 22:48 翔宇编程 阅读(208) 评论(0) 推荐(0) 编辑
51CTO