一个用jsp 编写的学生管理系统。虽然不大

源代码在线查看: student.jsp

软件大小: 119 K
上传用户: bing1728
关键词: jsp 编写 管理系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				
				
				
				  
				
				  				String stu_id = (String)session.getAttribute("id");
				if(stu_id==null){response.sendRedirect("login.jsp");} 
				student.setId(stu_id);                                   // store the student`id into student bean;
				%>
				  登陆成功,欢迎使用: 
				 
				 
				
				   
				    选修课程
				    察看学分
				    更改信息
				  
				
				  
				
							

相关资源