Skip to content

Instantly share code, notes, and snippets.

@MaySnow
Created August 9, 2012 01:02
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 MaySnow/3300123 to your computer and use it in GitHub Desktop.
Save MaySnow/3300123 to your computer and use it in GitHub Desktop.
EL表达式中获得URL的参数
<c:choose>
<c:when test="${param.code == 10001}">
<div style="color:red">用户名或密码错误</div>
</c:when>
</c:choose>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment