`
decelxkj
  • 浏览: 2937 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

easyui-radio

 
阅读更多
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>


<tr>
    <th>性别:</th>
    <td>
        <input class="easyui-radio" type="radio" name="sex" data-options="required:true" value="男" <c:if test="${student.sex eq '男'}">checked</c:if>/>男

        <input class="easyui-radio" type="radio" name="sex" data-options="required:true" value="女" <c:if test="${student.sex eq '女'}">checked</c:if>/>女
    </td>
</tr>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics