每日日报8月1日

1.惊天打算学习动态赋值

<c:if>标签的使用\

基本表单元素赋值.
单选按钮的赋值
下拉框的赋值
多行文本框的赋值
代码  收藏代码
  1. <c:choose>   
  2.   <c:when test="expression">   
  3.         body content   
  4.   </c:when>   
  5.   <c:when test="expression">   
  6.         body content   
  7.   </c:when>   
  8.   ...   
  9.   <c:otherwise>   
  10.         body content   
  11.   </c:otherwise>   
  12. </c:choose>  

2.没有遇到问题

3.明天打算学习

使用隐藏域传递值
posted @ 2020-08-01 19:02  王昊宁  阅读(55)  评论(0)    收藏  举报