package course; /** * @author WanJl * @version 1.0 * @title StudentTest * @description * @create 2026/7/21 */ public class StudentTest { public static void main(String[] args) { Student s=new Student("张三",25,"男"); } }