摘要: static关键字详解 package com.baidu.oop.demo07; //static public class Student { private static int age;//静态的变量 private double score;//得静态的变量 public void run 阅读全文
posted @ 2021-07-14 16:08 轻狂书生han 阅读(104) 评论(0) 推荐(0)