遍历泛型类型的属性值
public string GetValue<T>(T ModelList) { string ValueName = ""; //属性名称 string Value = ""; //属性值 System.Reflection.PropertyInfo[...