<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@page import="cn.dzj.ch09.bean.Student_000"%> <%@page import="cn.dzj.ch09.dao.StudentDao_000"%> <%@page import="cn.dzj.ch09.factory.DaoFactory_000"%> 学生列表 <% String stuNo = request.getParameter("stuNO"); //获得要删除的学号 //通过DAO工厂类获得DAO实现类实例 StudentDao_000 studentDao = DaoFactory_000.getStudentDaoInstance(); //查找所有学生记录 Student_000 stu = studentDao.findStudentByNo(stuNo); %>
修改学生
<%="checked"%> <%}%>>男 <%="checked"%> <%}%>>女