11 2010 档案
获取枚举的长度方法
摘要:public enum typeList { type1, type2, type3 }Response.Write(Enum.GetNames(typeof(typeList)).Length); 阅读全文
posted @ 2010-11-10 16:00 锥子 阅读(1164) 评论(0) 推荐(1)