C# 如何将DataTable 高效转成List<Dictionary<string, object>>?
Dictionary<string, object>代表一行,string是字段名,object是字段值
不直接使用foreach,封装一个转换的类