public enum Number : int { a=1, b=2, c=3, d=4 } class Test { public static void Main() { int i=(int)Number.a; } } 相关文章: