摘要: public class XmlHelper { public static List<Person> GetPersonList(string fullXmlPath) { List<Person> list = null;//读取XML数据后向此泛型List中存 XmlDocument doc 阅读全文
posted @ 2026-07-24 19:30 techNote 阅读(6) 评论(0) 推荐(0)