用java语言怎么写获取jsp中单选框的值
展开全部
jsp页面(注:name要一样):
<input type="radio" name="selectRadio" value="1">1
<input type="radio" name="selectRadio" value="2">2
<input type="radio" name="selectRadio" value="3">3
<input type="radio" name="selectRadio" value="4">4
<input type="radio" name="selectRadio" value="5">5
java后台获取(自动获取选中的radio):
String radio = request.getParameter("selectRadio");
希望能帮助你。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |