Loading

select

<select class="form-control m-b" name="armyType" value="${army.armyType }">
                        <option <c:if test="${army.armyType ==''}">selected</c:if> >请选择队伍类型</option>
                        <option <c:if test="${army.armyType =='危险化学品救援队'}">selected</c:if>>危险化学品救援队</option>
                        <option <c:if test="${army.armyType =='火灾救援队'}">selected</c:if>>火灾救援队</option>
                        <option <c:if test="${army.armyType =='矿山救援队'}">selected</c:if>>矿山救援队</option>
                    </select>

..

posted @ 2019-11-18 15:11  风萧萧5  阅读(232)  评论(0编辑  收藏  举报