2022年1月9日

摘要: 第九天 一、static关键字详解 静态属性 package com.oop.Demo04; ​ public class Student { private static int age; private double score; ​ public static void main(String 阅读全文

posted @ 2022-01-09 22:28 超喜欢小小 阅读(41) 评论(0) 推荐(0)