建立类Person和对象

public class Person { String name; //定义姓名属性 String sex; //定义性别属性 int age; //定义年龄
相关文章
相关标签/搜索