摘要:
//将list转换为datatable DataTable dt = new DataTable(); if (list.Count > 0) { PropertyInfo[] propertys = list[0].GetType().GetProperties(); foreach (Prope... 阅读全文
posted @ 2015-01-26 11:47
六个核桃
阅读(104)
评论(0)
推荐(0)
2015年1月26日