jsp的select控件,怎么用EL表达式自动选中??_百度知道
最佳答案: <select name="DeptName"> <c:forEach items="${deptList}" var="list"> <c:if test="${employee.deptNo == list.deptNo}" > <option ...更多关于怎么用EL表达式获取select跟chec
jsp的select控件,怎么用EL表达式自动选中_百度知道
最佳答案: <select name="DeptName"> <c:forEach items="${deptList}" var="list"> <c:if test="${employee.deptNo == list.deptNo}" > <option ...更多关于怎么用EL表达式获取select跟chec
jstl和EL 组合显示 select和radio标签
2014年3月12日 - 总结:1:在<select >,<input type="radio">和<input type="checkbox">中只要...2:EL表达式${}和jstl<c:out>两个都能直接在网页显示,但是有些情况${}不...