vsp.jsp~3~

来自「这是java编写宠物医院项目」· JSP~3~ 代码 · 共 41 行

JSP~3~
41
字号
<%@ page contentType="text/html; charset=UTF-8"  import="vet.*,java.util.*" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title>
select_zhuanye
</title>

<meta  http-equiv="cintent-type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
.STYLE1 {color: #0000FF}
-->
</style>
</head>
<body bgcolor="#ffffff">
<h1 align="center" class="STYLE1">详细信息如下: </h1>
<table width="748" border="0" align="center">
  <tr>
    <td width="63">编号</td>
    <td width="96">姓名</td>
    <td width="56">性别</td>
    <td width="56">年龄</td>
    <td width="127">专业</td>
    <td width="120">地址</td>
    <td width="200">注册时间</td>
  </tr>
  <tr>
    <td><span class="STYLE2"><%=vo.getVetid() %></span></td>
    <td><span class="STYLE2"><%=vo.getVetname() %></span></td>
    <td><span class="STYLE2"><%=vo.getVetsex() %></span></td>
    <td><span class="STYLE2"><%=vo.getVetage() %></span></td>
    <td><span class="STYLE2"><%=vo.getVetspeciality()%></span></td>
    <td><span class="STYLE2"><%=vo.getVetaddress() %></span></td>
    <td><span class="STYLE2"><%=vo.getVettime() %></span></td>
  </tr>
  <%} %>
</table>


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?