xyyou

https://blog.csdn.net/u010739551/article/details/82784669

可用为:

<select  th:value="${questionBean.review}" id="review" name="review"   class="form-control"  >
 <option th:selected="${questionBean.review}==\'0\'" value="0">已发布</option>
 <option th:selected="${questionBean.review}==\'1\'" value="1">审核中</option>
 <option th:selected="${questionBean.review}==\'2\'" value="2">通过审核</option>
 <option th:selected="${questionBean.review}==\'3\'" value="3">未通过审核</option>
</select>

 

分类:

技术点:

相关文章:

  • 2021-03-31
  • 2021-11-18
  • 2022-12-23
  • 2021-11-18
  • 2021-11-18
  • 2022-01-03
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-09-10
  • 2021-06-26
  • 2021-08-20
相关资源
相似解决方案