参考:https://www.cnblogs.com/shiyh/p/7478241.html
其中:dataTable转成list中代码有问题
if (dt.Columns.Contains(tempName)) 改成 if (dt.Columns.ContainsKey(tempName))