jsp页面用el表达式获取枚举的code
时间:2016-03-30 19:35:59
收藏:0
阅读:2619
jsp页面用el表达式获取枚举的code
<c:set var="D_BUSINESS" value="<%=DeptEnum.D_BUSINESS%>"/>
otherType="${D_BUSINESS.code}"
<c:set var="D_BUSINESS" value="<%=DeptEnum.D_BUSINESS%>"/>
otherType="${D_BUSINESS.code}"
评论(0)