DropDownList 绑定 枚举 Enum
摘要:
public static List GetEnumList(Type enumType, bool allAllOption) { if (enumType.IsEnum == false) { return null; ... 阅读全文
posted @ 2012-08-28 09:34
tongdengquan
阅读(91)
评论(0)
推荐(0)
有问题讨论请联系QQ371104862