日期:2014-05-17 浏览次数:20777 次
<input type="radio" id="sex" value="0" name="allroundStandard.sex" /> 男 <input type="radio" id="sex1" value="1" name="allroundStandard.sex" /> 女
<c:if test="${allroundStandard.sex==true}"> <span class="STYLE1">女</span> </c:if> <c:if test="${allroundStandard.sex==false}"> <span class="STYLE1">男</span> </c:if>