标签:
<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>>女
单选框的回显c:if
原文地址:http://www.cnblogs.com/xuerong/p/5383666.html