摘要: list转datatable public DataTable ListToDt<T>(IEnumerable<T> collection){ var props = typeof(T).GetProperties(); var dt = new DataTable(); dt.Columns.Ad 阅读全文
posted @ 2018-08-28 13:27 GU天乐乐乐! 阅读(112) 评论(0) 推荐(0)