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

📄 page.jsp

📁 客户管理系统是一个典型的数据库开发应用程序
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.KhxxForm"%>
<%@ page import="com.tool.Chinese"%>
<%KhxxForm form=(KhxxForm)session.getAttribute("aa");%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
td{
font-size:9pt;
}
-->
</style>
<table width="542" height="231"  border="0" cellpadding="1" cellspacing="0" bgcolor="#999999">
  <tr>
    <td><table width="542" height="231"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
      <tr bgcolor="#FFFFFF">
        <td height="23" colspan="3" valign="top"> <%=form.getKhxx_gsyb()%></td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="26" align="center">&nbsp;</td>
        <td colspan="2"><%=form.getKhxx_qydz()%></td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="95" colspan="3" align="center"><%=form.getKhxx_lxr()%>(收) </td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td width="21%" height="28">&nbsp;</td>
        <td width="9%">&nbsp;</td>
        <td width="70%"><%=Chinese.str(request.getParameter("address"))%></td>
      </tr>
      <tr align="right" bgcolor="#FFFFFF">
        <td height="32" colspan="3"><%=request.getParameter("mailNumber")%>  </td>
      </tr>
    </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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