摘要: static void Main(string[] args) { int a = 1; int b = 2; string x = "x"; string y = "y"; Console.WriteLine("Main-->a:{0},b:{1}", a, b); Console.WriteLine("Main-->x:{0},y:{1}", x, y); TestInt(a, b); TestStri... 阅读全文
posted @ 2012-01-08 14:17 麦芽糖! 阅读(312) 评论(0) 推荐(0) 编辑