摘要:
(三)面向对象编程(OOP) static关键字 //static 静态的 public class Student { private static int age;//静态的变量 多线程 private double score; //非静态的变量 public void run(){} pub 阅读全文
posted @ 2024-07-11 20:05 琴音似君语 阅读(9) 评论(0) 推荐(0)
posted @ 2024-07-11 20:05 琴音似君语 阅读(9) 评论(0) 推荐(0)