国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

數據回顯

2019-11-06 07:18:39
字體:
來源:轉載
供稿:網友

一、c標簽

if…else…

<c:choose> <c:when test="${shopPRoduct == ''}"> <input type="hidden" class="form-control" name="productid" value=""> </c:when> <c:otherwise> <input type="hidden" class="form-control" name="productid" value="${shopProduct.productid }"> </c:otherwise> </c:choose>

select

<select id="cateid" name="cateid" class="form-control" style="width:205px"> <option value="">---請選擇---</option> <c:forEach items="${shopCategoryList}" var="shopCategoryList" varStatus="row"> <c:choose> <c:when test="${shopCategoryList.cateid eq shopProduct.cateid}"> <option value="${shopCategoryList.cateid}" selected="selected">${shopCategoryList.title }</option> </c:when> <c:otherwise> <option value="${shopCategoryList.cateid}">${shopCategoryList.title}</option> </c:otherwise> </c:choose> </c:forEach> </select>

radio

<c:if test="${shopProduct.issale=='1'}"> <input checked="checked" type="radio" class="form-control" name="issale" id="issale1" value="1"> <label for="issale1" style="display: inline;">是</label> <input type="radio" class="form-control" name="issale" id="issale0" value="0"> <label for="issale0" style="display: inline;">否</label> </c:if> <c:if test="${shopProduct.issale=='0'}"> <input type="radio" class="form-control" name="issale" id="issale1" value="1"> <label for="issale1" style="display: inline;">是</label> <input checked="checked" type="radio" class="form-control" name="issale" id="issale0" value="0"> <label for="issale0" style="display: inline;">否</label> </c:if>

使用以下方式,需要注意數據庫存儲的類型不要是char,enum

<input type="radio" name="emp.sex" value="1" <c:if test="${info.sex=='1'}" 'checked'/>/>男<input type="radio" name="emp.sex" value="1" <c:if test="${info.sex==0}" 'checked'/>/>女

全CSDN的豐(好)色(se)博客,這里有書本看不到的java技術,電影院禁播的電影,歡迎關注QQ群494808400


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 额尔古纳市| 崇州市| 容城县| 大关县| 绥化市| 布尔津县| 灵璧县| 汉沽区| 长乐市| 五大连池市| 杭锦旗| 油尖旺区| 上虞市| 龙游县| 香格里拉县| 什邡市| 维西| 杭锦后旗| 曲松县| 奇台县| 桓仁| 清河县| 娱乐| 米易县| 二连浩特市| 泰顺县| 曲沃县| 赤水市| 绥棱县| 乐陵市| 历史| 古田县| 黔东| 如皋市| 德化县| 漾濞| 绥芬河市| 拉孜县| 崇仁县| 湾仔区| 新竹市|