Skip to content

Instantly share code, notes, and snippets.

@xuechong87
Created December 10, 2013 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuechong87/7887598 to your computer and use it in GitHub Desktop.
Save xuechong87/7887598 to your computer and use it in GitHub Desktop.
foreach.jsp
<c:forEach items="${subject.excuteUsers }" var="user" varStatus="i">
${user.userName}<c:if test="${not i.last}">、</c:if>
</c:forEach>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment