摘要: //自己写一个List 行转列 返回table的方法 public DataTable RowToColByList<T>(List<T> list,string colName) { DataTable dt = new DataTable(); var properties = new List 阅读全文
posted @ 2022-05-17 16:06 我不是白菜啊 阅读(500) 评论(0) 推荐(0)