摘要: package com.oop.demo02;//学生类public class Student { //属性:字段 String name; int age; //方法 public void study(){ System.out.println(this.name+"在学习"); } /* p 阅读全文
posted @ 2022-04-22 20:52 1号小白学编程 阅读(52) 评论(0) 推荐(0)