1. 程式人生 > >HTML整理

HTML整理

html 整理

//***********單選 默認選中*********** <div class="row cl"> <label class="form-label col-3">是否強制更新:</label> <div class="formControls col-5"> 是:<input type="radio" value="1" name="state" <c:if test="${pd.state=='1'}">checked="checked"</c:if> > &nbsp;&nbsp;&nbsp; 否:<input type="radio" value="0" name="state" <c:if test="${pd.state==null || pd.state eq '0'}">checked="checked"</c:if>> </div> <div class="col-4"> </div> </div>


HTML整理