⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 detail.jsp

📁 JPetStore源码
💻 JSP
字号:
<%@ include file="../struts/IncludeTop.jsp" %>
<%@ page contentType="text/html" pageEncoding="windows-31J"%>
<%@ taglib prefix="html" uri="http://jakarta.apache.org/struts/tags-html" %>
<html:form action="/shop/fishDetail.do">

<p>
<center>
  <h2>FISH</h2>
  </center>

<TABLE cellpadding=10 cellspacing=0 align=center border=1 bgcolor="#dddddd">
  <tr>
    <td width="160" height="50">Product ID</td>
    <td width="380"><c:out value="${fish.productId}" default = '丂'/></td>
  </tr>
  <tr>
    <td height="48">Name</td>
    <td><c:out value="${fish.name}" default = '丂'/></td>
  </tr>
  <tr>
    <td height="52">Description</td >
    <td><c:out value="${fish.description}" default = '丂'/></td>
  </tr>
  <tr>
    <td height="53" colspan="2">
      <div align="center">&nbsp;&nbsp;
        <input type="button" style="width:65" value="栠傞" onClick="window.location.href('fishBrowse.do?categoryId=notFishBrowse')"/>
        </div>
    </td>
  </tr>
</table>
</html:form>
<%@ include file="../struts/IncludeBottom.jsp" %>

⌨️ 快捷键说明

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