<%@ page contentType="text/html;charset=Big5" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> CH7 - Core_forEach3.jsp

<% String atts[] = new String [5]; atts[0]="hello"; atts[1]="this"; atts[2]="is"; atts[3]="a"; atts[4]="pen"; request.setAttribute("atts", atts); %>

的四種屬性:

index:${s.index}
count:${s.count}
first:${s.first}
last:${s.last}