radio选中如何判断是哪个radio被选中

radio选中  时间:2021-06-05  阅读:()

radiobutton 怎么获取选中状态

用savedInstanceState,代码如下: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Button button = (Button) findViewById(R.id.button); RadioButton radiobutton1 = (RadioButton) findViewById(R.id.radiobutton1); RadioButton radiobutton2 = (RadioButton) findViewById(R.id.radiobutton2); if (savedInstanceState != null) { boolean tmp1 = savedInstanceState.getBoolean("radio1"); if (tmp1) { radiobutton1.setChecked(true); } boolean tmp2 = savedInstanceState.getBoolean("radio2"); if (tmp2) { radiobutton2.setChecked(true); } } if (IsRadioButton1Selected) { radiobutton1.setChecked(true); } if (IsRadioButton2Selected) { radiobutton2.setChecked(true); } button.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent it = new Intent(MainActivity.this, SecondActivity.class); startActivity(it); } }); } @Override protected void onSaveInstanceState(Bundle outState) { RadioButton radiobutton1 = (RadioButton) findViewById(R.id.radiobutton1); RadioButton radiobutton2 = (RadioButton) findViewById(R.id.radiobutton2); if (radiobutton1.isChecked()) { IsRadioButton1Selected = true; } else if (radiobutton2.isChecked()) { IsRadioButton2Selected = true; } else Toast.makeText(this, "nothing selected", Toast.LENGTH_SHORT).show(); outState.putBoolean("radio1", IsRadioButton1Selected); outState.putBoolean("radio2", IsRadioButton2Selected); super.onSaveInstanceState(outState); }   更多0

javascript中判断radio是否被选中

可以直接用javascript里面radio自带属性checked,去判断radio是否被选中。

<br>下面是代码,仅供参考;<br>&lt;html&gt;<br>&lt;script?type=&quot;text/javascript&quot;&gt;<br>function?selectradio()<br>{<br>????var?arr=document.getElementsByName(&quot;radio1&quot;);<br>????for(var?i=0;i&lt;arr.length;i++)<br>????{<br>????????if(arr[i].checked)<br>????????{<br>????????????alert(arr[i].value)<br>????????}<br>????}<br>}<br>function?selectcheck()<br>{<br>????var?=document.getElementsByName(&quot;checkbox1&quot;);<br>????var?str=&quot;&quot;;<br>????for(var?i=0;i&lt;.length;i++)<br>????{<br>????????if(arr[i].checked)<br>????????{<br>????????????str+=[i].value+&quot;,&quot;;<br>????????}<br>????????alert(str);<br>????}<br>}<br>function?selectselect()<br>{<br>????var?ass=document.getElementById(&quot;select1&quot;);<br>????alert(ass.options[ass.selectedIndex].text+&quot;:&quot;+ass.options[ass.selectedIndex].value);<br>}<br>&lt;/script&gt;<br>&lt;body&gt;<br>&lt;div?align=&quot;center&quot;&gt;<br>&lt;form&gt;<br>????&lt;input?type=&quot;radio&quot;?name=&quot;radio1&quot;?value=&quot;111&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;radio&quot;?name=&quot;radio1&quot;?value=&quot;222&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;radio&quot;?name=&quot;raido1&quot;?value=&quot;333&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;button&quot;?name=&quot;submit2&quot;?value=&quot;&quot;?/&gt;<br>????&lt;br/&gt;<br>????&lt;br/&gt;<br>????&lt;input?type=&quot;checkbox&quot;?name=&quot;checkbox1&quot;?value=&quot;111&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;checkbox&quot;?name=&quot;checkbox1&quot;?value=&quot;222&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;checkbox&quot;?name=&quot;checkbox1&quot;?value=&quot;333&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;button&quot;?name=&quot;submit&quot;?vlaue=&quot;按钮&quot;?/&gt;<br>????&lt;br/&gt;<br>????&lt;br/&gt;<br>????&lt;select?name=&quot;select&quot;?id=&quot;select1&quot;&gt;<br>????????&lt;option?value=&quot;111&quot;&gt;第一项&lt;/option&gt;<br>????????&lt;option?value=&quot;222&quot;&gt;第二项&lt;/option&gt;<br>????????&lt;option?value=&quot;333&quot;&gt;第三项&lt;/option&gt;<br>????&lt;/select&gt;<br>????&lt;input?type=&quot;button:&quot;?name=&quot;submit3&quot;?value=&quot;按钮&quot;?/&gt;<br>????&lt;br/&gt;<br>????&lt;br/&gt;<br>&lt;/form&gt;<br>&lt;/div&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;

jquery radio 是否选中

//?判断id为radioId的radio是否选中 if($("#radioId:checked")[0]){ console.log("选中"); }else{ console.log("未选中"); }希望对你有帮助!

如何判断是哪个radio被选中

$(&quot;:radio&quot;).each(function(){<br>if($(this).attr(&quot;checked&quot;)){<br>alert(&quot;选中&quot;);<br>}else{<br>alert(&quot;未选中&quot;);<br>}<br>})

  • radio选中如何判断是哪个radio被选中相关文档

ThomasHost(月付5美元)美国/法国/英国/加拿大KVM,支持Windows

ThomasHost域名注册自2012年,部落最早分享始于2016年,还算成立了有几年了,商家提供基于KVM架构的VPS,数据中心包括美国、法国、英国、加拿大和爱尔兰等6个地区机房,VPS主机套餐最低2GB内存起步,支持Windows或者Linux操作系统,1Gbps端口不限制流量。最近商家提供了一个5折优惠码,优惠后最低套餐月付5美元起。下面列出部分套餐配置信息。CPU:1core内存:2GB硬...

GigsGigsCloud 春节优惠2022 指定云服务器VPS主机85折循环优惠码

GigsGigsCloud商家在之前介绍的还是比较多的,因为之前我一直有几台机器在使用,只是最近几年网站都陆续转型删除掉不少的网站和闲置域名,包括今年也都减少网站开始转型自媒体方向。GigsGigsCloud 商家产品还是比较有特色的,有提供香港、新加坡等亚洲机房的云服务器、VPS和独立服务器等。第一、新春优惠活动优惠码:CNY2022-15OFF截止到正月初二,我们可以使用上述优惠码在购买指定G...

无忧云-河南洛阳BGP,CEPH集群分布式存储,数据安全可靠,活动期间月付大优惠!

 无忧云怎么样?无忧云服务器好不好?无忧云值不值得购买?无忧云是一家成立于2017年的老牌商家旗下的服务器销售品牌,现由深圳市云上无忧网络科技有限公司运营,是正规持证IDC/ISP/IRCS商家,主要销售国内、中国香港、国外服务器产品,线路有腾讯云国外线路、自营香港CN2线路等,都是中国大陆直连线路,非常适合免备案建站业务需求和各种负载较高的项目,同时国内服务器也有多个BGP以及高防节点...

radio选中为你推荐
企业资源管理系统企业资源计划(ERP) 急!!!视频技术学习短视频需要准备什么?怎么去做呢?天翼校园宽带天翼校园宽带 是怎么算时间的 一个月 是指从办理那天开始 往后 30天是一个月吗 还是 办理的那天所在的那个单元测试规范单元场景测试是如何进行的?电子邮件软件常用的邮件收发软件上传图片网站求一个可以上传图片外链的网站监控插件观看远程监控时,提示需要一个插件来显示微粒群算法多目标粒子群算法源程序病毒分析网站谁给个病毒网站分析的工具?哪找?谢谢了,大神帮忙啊私服发布站程序怎么做游戏私服发布网站?包括网页游戏
河北服务器租用 电信服务器租赁 轻博 服务器架设 网通ip e蜗牛 静态空间 卡巴斯基试用版 服务器合租 视频服务器是什么 海外空间 阿里云官方网站 镇江高防 学生服务器 supercache 阿里dns 网络速度 winds windowsserverr2 webmin 更多