摘要: public static class XmlHelper { public static T FromXmlFile(this string filePath) where T : new() { T result = new T(); if (!File.Exists(filePath))... 阅读全文
posted @ 2019-03-06 11:35 马肯尼煤牙巴骨 阅读(167) 评论(0) 推荐(0)