Miracle: 那样写不好,不如这样: [阅读: 872] 2005-01-03 01:37:20 public clsClass { public static int i; public static int I { get {return i;} } } 直接 clsClass.I 就行了