摘要: package com.yichang; import java.util.Scanner; //年龄类 public class Age { int age; public int getInt() { return age; } public void setInt (int age) throws Exception { ... 阅读全文
posted @ 2019-02-21 18:35 zxbaoer 阅读(114) 评论(0) 推荐(0) 编辑