摘要: public static IList<T> XmlToEntityList<T>(string xml) where T : new() { XmlDocument doc = new XmlDocument(); try { doc.LoadXml(xml); } catch(Exception 阅读全文
posted @ 2019-04-10 13:57 LuoCore 阅读(548) 评论(0) 推荐(0)