1 <form action="/brand/list.do" method="post" style="padding-top:5px;">
2 品牌名称: <input type="text" name="name" value="${name }"/>
3 <select  name="isDisplay" >
4 <option value="1"  <c:if test="${isDisplay==1 }"> selected="selected"</c:if> >是</option>
5 <option value="0" <c:if test="${isDisplay==0 }"> selected="selected"</c:if>  >否</option>
6 </select>
7 <input type="submit" class="query" value="查询"/>
8 </form> 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2021-12-09
  • 2021-11-07
  • 2021-11-21
  • 2021-07-09
猜你喜欢
  • 2021-11-24
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-02-04
  • 2021-12-26
相关资源
相似解决方案