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

📄 caidan.jsp

📁 很好的东东 本人随便做的 仅供学习之用
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>

<body>
<table width="160" height="289" border="0">
  <tr>
    <td width="45">&nbsp;</td>
    <td width="139"><a href="<%=request.getContextPath()%>/select.do" target="content">要货单信息</a></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><a href="<%=request.getContextPath()%>/warehouse.do" target="content">仓库信息</a></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><a href="showmadebill.jsp" target="content">查看生成发货单</a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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