摘要: public class Demo02 { //类变量 static int A=0; //实例变量 String B="uuu"; public static void main(String[] args) { //局部变量 int i=0; //调用实例变量 Demo02 Demo02=new 阅读全文
posted @ 2021-05-07 18:43 凯宾斯基 阅读(107) 评论(0) 推荐(0)