摘要:
用于访问xml 的指定节点 阅读全文
posted @ 2019-03-26 21:46
lincoding`
阅读(593)
评论(0)
推荐(0)
摘要:
先用vs2017建立一个xml文件 创建C#控制台 ,使用预处理头文件 using System; using System.Collections.Generic; using System.Xml; 创建book类: 读取xml,并将他添加到 books 集合中: 向xml中添加新的 book 阅读全文
posted @ 2019-03-26 21:25
lincoding`
阅读(595)
评论(0)
推荐(0)