摘要: 1:代码: 1 package com.lieyan; 2 3 public class TestStudent { 4 public static void main(String[] args) { 5 6 // getClass方法 7 Student s1 = new Student("aa 阅读全文
posted @ 2021-12-27 22:51 现在开始JAVA 阅读(43) 评论(0) 推荐(0)