<input type="radio" name="state" <c:if test="${empty model.state || model.state == 'Y'}">checked="checked"</c:if> value="Y"/> 启用
<input type="radio" name="state" <c:if test="${model.state == 'N'}">checked="checked"</c:if> value="N"/> 停用

相关文章:

  • 2021-11-28
  • 2022-02-10
  • 2021-07-11
  • 2021-11-22
  • 2021-09-10
  • 2021-11-22
  • 2021-05-26
猜你喜欢
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-11-22
相关资源
相似解决方案