1. 程式人生 > >radio自帶回顯和默認選中

radio自帶回顯和默認選中

val eight left ext 停用 -h align input 選中

<input type="radio" name="state" <c:if test="${empty model.state || model.state == ‘Y‘}">checked="checked"</c:if> value="Y"/> 啟用 <input type="radio" name="state" <c:if test="${model.state == ‘N‘}">checked="checked"</c:if> value="N"/> 停用

radio自帶回顯和默認選中