?? showbook2.jsp.svn-base
字號:
<%@ page language="java" contentType="text/html; charset=UTF-8"%>
<%@taglib prefix="s" uri="/struts-tags"%>
<html>
<head>
<title><s:text name="bookPageTitle"/></title>
</head>
<body>
<table border="1" width="360">
<caption><s:text name="bookPageTitle"/></caption>
<s:iterator value="books" status="index">
<s:if test="#index.odd == true">
<tr style="background-color: #cccccc">
</s:if>
<s:else>
<tr>
</s:else>
<td><s:text name="bookName"/></td>
<td>
<s:property />
</td>
</tr>
</s:iterator>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -