码迷,mamicode.com
首页 > Web开发 > 详细

jsp在select中的option中编写if标签

时间:2018-08-30 18:17:51      阅读:1911      评论:0      收藏:0      [点我收藏+]

标签:val   select   his   jsp   selected   编写   ==   value   option   

<select onchange="lxx(this)">
<option value="">全部</option>
<option value="水电" <c:if test=‘${lx=="水电"}‘>selected=selected</c:if> >水电</option>
<option value="火电" <c:if test=‘${lx=="火电"}‘>selected=selected</c:if>>火电</option>
<option value="风电" <c:if test=‘${lx=="风电"}‘>selected=selected</c:if>>风电</option>
<option value="光伏" <c:if test=‘${lx=="光伏"}‘>selected=selected</c:if>>光伏</option>
</select>

jsp在select中的option中编写if标签

标签:val   select   his   jsp   selected   编写   ==   value   option   

原文地址:https://www.cnblogs.com/rdchen/p/9561325.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!