摘要:
class a { public static int A; static a() { A = b.B + 1; } } class b { public static int B = a.A + 1; static void Main(string[] args) { Console.WriteLine(a.A+"-------------"+b.B); } }1--------... 阅读全文
posted @ 2010-11-29 17:54
陌文隐
阅读(395)
评论(5)
推荐(0)

浙公网安备 33010602011771号