摘要: 参考https://www.cnblogs.com/shiyh/p/7478241.html Table to List 一、 static public List<T> Tolist<T>(DataTable dt) where T : class, new() { Type t = typeof 阅读全文
posted @ 2020-05-22 14:02 LoneRanger_WDY 阅读(345) 评论(0) 推荐(0) 编辑