几道有趣的程序题
摘要:1: static class Program 2: { 3: static int x, y; 4: 5: static Program() 6: { 7: //首先执行这里,但无意义。全局变量x=0,y=0 8: int x = 5; 9: }10: 11: static v...
阅读全文
posted @ 2010-04-26 11:17
能跟您分享知识,是我的荣幸
posted @ 2010-04-26 11:17