摘要:
变量 public class Variable{ static int allClicks = 0; //类变量 String str = "hello world"; //实例变量 public void method(){ int i = 0; //局部变量 } } public class 阅读全文
posted @ 2022-08-09 23:00
零1111
阅读(28)
评论(0)
推荐(0)
浙公网安备 33010602011771号