问题遇到的现象和发生背景
问题相关代码,请勿粘贴截图
Student stu = new Student(0, "肖梨", "男", 20,new Date("2002/02/02"), "北京市海淀区", 1);
运行结果及报错内容
Date cannot be resolved to a type
Student stu = new Student(0, "肖梨", "男", 20,new Date("2002/02/02"), "北京市海淀区", 1);
Date cannot be resolved to a type
请参考,如果有问题可以继续提问:https://blog.csdn.net/weixin_48912584/article/details/122216519