2023.7.27 周四:static
摘要:
1 public class Student { 2 private int age;//非静态变量 3 private static int score;//静态变量 4 public void run(){ 5 6 } 7 public static void go(){ 8 9 } 10 11 阅读全文
posted @ 2023-07-27 18:36 hhmzd233 阅读(13) 评论(0) 推荐(0)
浙公网安备 33010602011771号