摘要: #定义人类结构体 public class people { int num; people next; public people(int num) { this.num = num; } public int getNum() { return num; } public void setNum 阅读全文
posted @ 2022-11-01 00:42 jinnice 阅读(44) 评论(0) 推荐(0)