摘要:
public static DataTable GetDataTable(Type enumType) { // NameValueCollection nvc = new NameValueCollection(); Type typeDescription = typeof(DescriptionAttribute); System.Reflection.FieldInfo[] fields = enumType.GetFields(); string strText = string.Empty; string strValue = string.Empty; DataTable ta. 阅读全文