码迷,mamicode.com
首页 > Web开发 > 详细

HTML:foreach

时间:2017-04-11 13:08:14      阅读:342      评论:0      收藏:0      [点我收藏+]

标签:link   import   tco   href   tran   doctype   ref   core   gets   

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    <title>forEach</title>
    <!--
    <link rel="stylesheet" type="text/css" href="styles.css">
    -->
  </head>
  
  <body>
    <c:forEach varStatus="i" begin="1" end="9">
        ${i.index}
    </c:forEach>
  </body>
</html>

 

HTML:foreach

标签:link   import   tco   href   tran   doctype   ref   core   gets   

原文地址:http://www.cnblogs.com/ghost-gh/p/6692961.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!