摘要:
1.类中所有变量的默认修饰符是private。 2.局部变量必须先初始化才能使用,全局变量(类的成员变量)可以不初始化,默认值为0; 1 static void Main(string[] args) 2 { 3 //M(); 4 //M1(); 5 //M2(); 6 7 int m; 8 if 阅读全文
posted @ 2017-02-07 19:35
wesley1680
阅读(229)
评论(0)
推荐(0)