176142998

            BlogJava :: 首頁 :: 聯系 :: 聚合  :: 管理
            116 Posts :: 0 Stories :: 45 Comments :: 0 Trackbacks

          常用鏈接

          留言簿(4)

          我參與的團隊

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
          <%@ taglib uri="/struts-tags" prefix="s"%>
          <%
          String path = request.getContextPath();
          String basePath = request.getScheme() + "://"
              + request.getServerName() + ":" + request.getServerPort()
              + path + "/";
          %>

          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
          <html>
          <head>
             <base href="<%=basePath%>">

             <title>Struts 2 標簽之s:property的用法</title>

             <meta http-equiv="pragma" content="no-cache">
             <meta http-equiv="cache-control" content="no-cache">
             <meta http-equiv="expires" content="0">
             <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
             <meta http-equiv="description" content="This is my page">
             <!--
          <link rel="stylesheet" type="text/css" href="styles.css">
          -->

          </head>

          <body>
             <table border="1">
              <tr>
               <th>編號</th>
               <th>書名</th>
               <th>作者</th>
              </tr>
              <s:iterator value="#{'Spring 2.0':'李剛','Java':'張三','j2ee study':'李四'}" id="name" status="st">
               <tr <s:if test="#st.odd">style="background-color:#bbbbbb"</s:if> >
                <td><s:property value="#st.count"/></td>
                <td><s:property value="key"/></td>
                <td><s:property value="value"/></td>
               </tr>
              </s:iterator>
             </table>
          </body>
          </html>
          效果圖:

          posted on 2008-08-04 15:15 飛飛 閱讀(320) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 江达县| 新闻| 舒城县| 丹棱县| 新干县| 奈曼旗| 桃源县| 兴安县| 达拉特旗| 龙山县| 师宗县| 泰兴市| 龙口市| 安达市| 新巴尔虎右旗| 本溪市| 吴忠市| 冕宁县| 老河口市| 慈溪市| 津南区| 蒙山县| 青冈县| 筠连县| 高密市| 临洮县| 石首市| 麻阳| 遂溪县| 侯马市| 绿春县| 乌鲁木齐县| 陇川县| 米泉市| 横峰县| 布拖县| 汉阴县| 卓尼县| 广西| 伊通| 陈巴尔虎旗|