<%@page pageEncoding="utf-8" contentType="text/html;charset=utf-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@include file="../common/head.jsp" %>
BBS ****************************************************************************************************
反正你只要你一开始写上
“<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>“
接下来的
“
”中players是servlet或者action传过来的值(譬如是List),player则是你给players中每个对象定义的一个“代号”,当然你定义成“p”也可以,而最后的st是用来对players中成员按序号排列用的。