摘要: 1、定义方法 public static T DESerializerStringToEntity<T>(string strXML) where T : class { try { using (StringReader sr = new StringReader(strXML)) { XmlSe 阅读全文
posted @ 2018-09-17 10:43 星星c# 阅读(5064) 评论(1) 推荐(1) 编辑