zoukankan      html  css  js  c++  java
  • select默认选择后台转过来的option选项

                                                            <select>

                                                                   <option value="#" >--请选择--</option>

                                                                   <option value="1" <c:if test="${quarter=='1'}">selected='selected'</c:if>>第一季度</option>

                                                                   <option value="2" <c:if test="${quarter=='2'}">selected='selected'</c:if>>第二季度</option>

                                                                   <option value="3" <c:if test="${quarter=='3'}">selected='selected'</c:if>>第三季度</option>

                                                                   <option value="4" <c:if test="${quarter=='4'}">selected='selected'</c:if>>第四季度</option>

                                                            </select>

  • 相关阅读:
    git clone失败
    矩阵相乘
    pandas中关于DataFrame 去除省略号
    Linux系统清除缓存
    Git 远程仓库 更新url
    看不到git远程分支
    c++
    undefined reference to symbol' pthread_create@@GLIBC_2.2.5'
    ssh 与远程机器保持心跳(linux)
    python 读取文件第一列 空格隔开的数据
  • 原文地址:https://www.cnblogs.com/rdchen/p/8033992.html
Copyright © 2011-2022 走看看