摘要: 方法的调用 静态方法 关键字 static,和类一起加载。 如果想在类里调用其它类的静态方法,则 类名.方法名(即可),如 public class Damo02 { public static void main(String[] args) { Student.say();//Student是另 阅读全文
posted @ 2021-02-27 23:54 deadbear 阅读(43) 评论(0) 推荐(0)