<% String str[] ={"a","b"}; pageContext.setAttribute("str", str); %> <c:forEach items="str" var="s"> ${s } </c:forEach> 查看完整描述