摘要:
这俩天看到一段代码大致如下: try { EnumType type = (EnumType)Enum.Parse(typeof(EnumType),Request.QueryString[“type”],false); switch( type ) { case EnumType.One: // do something break; case EnumType.... 阅读全文
posted @ 2009-08-15 15:19
ZyhFish
阅读(629)
评论(0)
推荐(0)