摘要: import java.util.ArrayList; import java.util.Random; import com.sun.org.apache.xpath.internal.operations.Equals; public class Homework01 { public stat 阅读全文
posted @ 2022-03-07 19:40 fjyyyy 阅读(45) 评论(0) 推荐(0)
摘要: 1 public class Student { 2 String name; 3 String id; 4 int age; 5 6 public void zhuTou() { 7 System.out.println("你是个猪头!"); 8 } 9 public void shaZi() { 阅读全文
posted @ 2022-02-24 21:21 fjyyyy 阅读(32) 评论(0) 推荐(0)