当前位置: 代码迷 >> Java相关 >> 求汉语言解释
  详细解决方案

求汉语言解释

热度:171   发布时间:2013-02-25 21:45:34.0
求中文解释
<input name="logdateBegin" type="text" class="input_date"
onclick="this.value=''" id="logdateBegin" value="${logdateBegin}"
size="10" maxlength="100" readonly />



另外一个页面 String logdateBegin = request.getParameter("logdateBegin");

另外一个页面获取的是 id="logdateBegin" 的值,还是 name="logdateBegin" 的值呢?

id="logdateBegin" name="logdateBegin" 这两个分别代表什么意思呢?



------解决方案--------------------------------------------------------
估计是“日志开始时间”
  相关解决方案