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

📄 searchstandard.jsp

📁 利用java编写的一个学生宿舍管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java"  import="java.sql.*,mydesign.*"%>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>房间基本信息录入</title>
<link href="css/mycss.css" rel="stylesheet" type="text/css">
</head>

<body>
<%@ include file="head.htm" %>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<%
Standard standard=(Standard)session.getAttribute("standard");
%>
  
<table width="23%" border="1" align="center" bordercolor="#660000" bgcolor="#CCCCCC">
  <tr> 
    <td colspan="2"><div align="center"><font color="#660000" size="5">费用标准</font></div></td>
  </tr>
  <tr> 
    <td width="50%"> <div align="center"><font color="#660000">水费标准</font></div></td>
    <td width="50%"><div align="right"><font color="#660000"><%=standard.getWstd()%>元/吨</font></div></td>
  </tr>
  <tr> 
    <td><div align="center"><font color="#660000">电费标准</font></div></td>
    <td><div align="right"><font color="#660000"><%=standard.getEstd()%>元/度</font></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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