标签:
1 class Program 2 { 3 static void Main() 4 { 5 System.Console.WriteLine("hello world"); 6 } 7 }
类的成员
原文地址:http://www.cnblogs.com/Dream-Chaser/p/4237559.html