jsp页面前后台使用radio标签,传值的问题

<input type="radio" name="${items.xxtx_id}" value="check"
	<c:if test="${items.result=='checked'}">
	      checked="checked"
	  </c:if>/>是
                <input type="radio" name="${items.xxtx_id}" value="unchecked"
	 <c:if test="${items.result=='unchecked'}">
	      checked="checked"
	  </c:if>/>否

注意有空格的问题,亲测可行

猜你喜欢

转载自blog.csdn.net/nuoyuezuo/article/details/90602675
今日推荐