• 2021-04-14
    编写一个程序,要求创建一个Student类,添加name和age属性,为该属性自动添加相应的getter和setter方法,并给出有参和无参的构造方法。(类定义在包cn.jzsz.chapter03中)