摘要: 今天编写了登录界面跳转功能,并验证跳转成功。 功能页面 <html> <head> <title>主界面</title> </head> <body> 欢迎:${user1.getU_name()}来到学生管理界面<br> 这是主界面 </body> </html> User类 public cla 阅读全文
posted @ 2022-01-03 22:03 灰幕 阅读(46) 评论(0) 推荐(0)