static(静态)关键字
摘要:class Person{String name; //成员变量,实例变量(实例中的变量) //共享数据出现在对象之前static String country="cn"; //对象的共享数据,称为静态变量,也叫类变量 public void show(){ //如果show方法加上static修饰
阅读全文
posted @ 2019-04-12 19:24
posted @ 2019-04-12 19:24
posted @ 2019-04-12 19:23