?? statresult.jsp
字號(hào):
<%@ page language="java" pageEncoding="utf-8"%>
<%@ include file="head.jsp"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>listcar.jsp</title>
</head>
<body>
<table width="671" height="352" border="1" align="center" cellpadding="0" cellspacing="0">
<tr >
<td width="667" height="350" background="image/bank.jpg" bgcolor="#A7BFDB"><table width="555" height="60" border="1" align="center" cellspacing="0" bordercolor="#333333">
<tr bordercolor="#000000">
<td width="259" height="29"><div align="center">車輛類別</div></td>
<td width="286" height="29"><div align="center">租金</div></td>
</tr>
<logic:iterate id="car" name="stat">
<tr>
<td height="29"><div align="center">
<bean:write name="car" property="category" />
</div></td>
<td><div align="center">
<bean:write name="car" property="price" />
</div></td>
</tr>
</logic:iterate>
</table>
</td>
</tr>
</table>
<p> </p>
</body>
<%@ include file="end.jsp"%>
</html:html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -