相关代码 |
|
查询兽医 .STYLE1 {color: #0000FF} .STYLE2 {color: #0066FF} --> 查询兽医 按姓名查询: 按专业查询: VetDAO dao1=new VetDAO(); Collection c1=dao1.vet_zy(); Iterator item1=c1.iterator(); while (item1.hasNext()){ String vo1=(String)item1.next(); %> 添加兽医 编号 姓名 性别 年龄 专业 地址 注册时间 VetDAO dao=new VetDAO(); Collection c=dao.vet_select(); Iterator item=c.iterator(); while(item.hasNext()){ VetVO vo=(VetVO)item.next(); %>
相关资源 |
|