单选框的回显c:if

<input type="radio" name="sex" value="boy" 
<c:if test="${team.sex=='男'}">checked </c:if>>男
<input type="radio" name="sex" value="girl" 
<c:if test="${team.sex=='女'}">checked </c:if>>女
原文地址:https://www.cnblogs.com/xuerong/p/5383666.html