摘要: public class StaticTestCls { public int x = 0; public static int y = 0; private void SetValue_Object() { x = 1; y = 1; } public static void SetValue_Static() { x = 2; //E... 阅读全文
posted @ 2013-12-03 14:28 DaCHun 阅读(116) 评论(0) 推荐(0) 编辑