jsp如何不提交表单,点击单选按钮,能够传值,请高手指点,多谢
<inputtype="radio"name="pro"value="1"checked="checked">苹果<inputtype="radio"name="pro"...
<input type="radio" name="pro" value="1" checked="checked">苹果
<input type="radio" name="pro" value="2">香蕉
<input type="radio" name="pro" value="3">橘子
String radio=request.getParameter("pro");
如何点击其中一个单选按钮,不提交,radio变量就能获取到值 展开
<input type="radio" name="pro" value="2">香蕉
<input type="radio" name="pro" value="3">橘子
String radio=request.getParameter("pro");
如何点击其中一个单选按钮,不提交,radio变量就能获取到值 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询