摘要: //将list转换为datatable DataTable dt = new DataTable(); if (list.Count > 0) { PropertyInfo[] propertys = list[0].GetType().GetProperties(); foreach (Prope... 阅读全文